unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 04/12] gnu: Add emacs-dash.
@ 2015-07-24 14:17 Federico Beffa
  2015-07-25 15:23 ` Alex Kost
  0 siblings, 1 reply; 3+ messages in thread
From: Federico Beffa @ 2015-07-24 14:17 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 44 bytes --]

...some dangerous anaphoric forms ;-)

Fede

[-- Attachment #2: 0004-gnu-Add-emacs-dash.patch --]
[-- Type: text/x-diff, Size: 1591 bytes --]

From 588d4e170dea73c4f3a3b51a75b1e6a25023c2bf Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Wed, 22 Jul 2015 17:38:08 +0200
Subject: [PATCH 04/12] gnu: Add emacs-dash.

* gnu/packages/emacs.scm (emacs-dash): New variable.
---
 gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5074ab7..c9aa45f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -909,3 +909,27 @@ e.g. ghostscript and stored in the file-system, but rather created on-demand
 and stored in memory.")
     (home-page "https://github.com/politza/pdf-tools")
     (license license:gpl3+)))
+
+(define-public emacs-dash
+  (package
+    (name "emacs-dash")
+    (version "20150718.eadb2651bb")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (commit "eadb2651bb")
+                    (url "https://github.com/magnars/dash.el.git")))
+              (sha256
+               (base32
+                "06mc7kh3fzdh2mqkyynjnp0xpv30yfaiik8bqv8z5b6hldji3cky"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'check
+                     (lambda _
+                       (zero? (system* "./run-tests.sh")))))))
+    (home-page "https://github.com/magnars/dash.el")
+    (synopsis "Modern list library for Emacs")
+    (description "An Emacs library providing a modern list API.")
+    (license license:gpl3+)))
-- 
2.2.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 04/12] gnu: Add emacs-dash.
  2015-07-24 14:17 [PATCH 04/12] gnu: Add emacs-dash Federico Beffa
@ 2015-07-25 15:23 ` Alex Kost
  2015-07-27 20:08   ` Federico Beffa
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Kost @ 2015-07-25 15:23 UTC (permalink / raw)
  To: Federico Beffa; +Cc: Guix-devel

My main question is about all emacs packages.  There are releases, so
why do you use 'git-fetch'?

Also I don't see patches 03 and 06.  Did you forget to send them?

-- 
Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 04/12] gnu: Add emacs-dash.
  2015-07-25 15:23 ` Alex Kost
@ 2015-07-27 20:08   ` Federico Beffa
  0 siblings, 0 replies; 3+ messages in thread
From: Federico Beffa @ 2015-07-27 20:08 UTC (permalink / raw)
  To: Alex Kost; +Cc: Guix-devel

On Sat, Jul 25, 2015 at 5:23 PM, Alex Kost <alezost@gmail.com> wrote:
> My main question is about all emacs packages.  There are releases, so
> why do you use 'git-fetch'?

Hi, I just didn't find them. Thanks for the pointer. I will use tar
archives for dash, s, and f. ob-ipython doesn't have one.

>
> Also I don't see patches 03 and 06.  Did you forget to send them?


No

Fede

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-27 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 14:17 [PATCH 04/12] gnu: Add emacs-dash Federico Beffa
2015-07-25 15:23 ` Alex Kost
2015-07-27 20:08   ` Federico Beffa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).