all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 05/12] gnu: Add emacs-s.
@ 2015-07-24 14:18 Federico Beffa
  0 siblings, 0 replies; only message in thread
From: Federico Beffa @ 2015-07-24 14:18 UTC (permalink / raw)
  To: Guix-devel

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

Fede

[-- Attachment #2: 0005-gnu-Add-emacs-s.patch --]
[-- Type: text/x-diff, Size: 1556 bytes --]

From e1a724f5268fd159c96b95244dd5bc358905decb Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 23 Jul 2015 08:42:53 +0200
Subject: [PATCH 05/12] gnu: Add emacs-s.

* gnu/packages/emacs.scm (emacs-s): 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 c9aa45f..c6f91de 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -933,3 +933,27 @@ and stored in memory.")
     (synopsis "Modern list library for Emacs")
     (description "An Emacs library providing a modern list API.")
     (license license:gpl3+)))
+
+(define-public emacs-s
+  (package
+    (name "emacs-s")
+    (version "20150205.e59915ec6f")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (commit "e59915ec6f")
+                    (url "https://github.com/magnars/s.el.git")))
+              (sha256
+               (base32
+                "1m739cy1jvm5l1a0qanhm07b84s5gjgr3pwygrgb0rif497nsgg0"))))
+    (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/s.el")
+    (synopsis "Emacs string manipulation library.")
+    (description "An Emacs library for manipulating strings.")
+    (license license:gpl3+)))
-- 
2.2.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-24 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 14:18 [PATCH 05/12] gnu: Add emacs-s Federico Beffa

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.