unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 07/12] gnu: Add emacs-f.
@ 2015-07-24 14:18 Federico Beffa
  2015-07-25 15:31 ` Alex Kost
  0 siblings, 1 reply; 2+ messages 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: 0007-gnu-Add-emacs-f.patch --]
[-- Type: text/x-diff, Size: 1469 bytes --]

From cf57983e576af9e7bde6e3e08821c50680155609 Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 23 Jul 2015 10:15:36 +0200
Subject: [PATCH 07/12] gnu: Add emacs-f.

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c6f91de..c0e6fc1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -957,3 +957,24 @@ and stored in memory.")
     (synopsis "Emacs string manipulation library.")
     (description "An Emacs library for manipulating strings.")
     (license license:gpl3+)))
+
+(define-public emacs-f
+  (package
+    (name "emacs-f")
+    (version "20150605.eb094d8017")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (commit "eb094d8017")
+                    (url "https://github.com/rejeep/f.el")))
+              (sha256
+               (base32
+                "13gigb0b0n8cvwlhi17vd3ad4v70nbrqdraxcj453y3j6fpm0jn2"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-s" ,emacs-s) ("emacs-dash" ,emacs-dash)))
+    (home-page "http://github.com/rejeep/f.el")
+    (synopsis "Emacs API for working with files and directories")
+    (description "An Emacs library providing an API for working with files and
+directories.")
+    (license license:gpl3+)))
-- 
2.2.1


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

* Re: [PATCH 07/12] gnu: Add emacs-f.
  2015-07-24 14:18 [PATCH 07/12] gnu: Add emacs-f Federico Beffa
@ 2015-07-25 15:31 ` Alex Kost
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2015-07-25 15:31 UTC (permalink / raw)
  To: Federico Beffa; +Cc: Guix-devel

Federico Beffa (2015-07-24 17:18 +0300) wrote:

> +(define-public emacs-f
> +  (package
> +    (name "emacs-f")
> +    (version "20150605.eb094d8017")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (commit "eb094d8017")
> +                    (url "https://github.com/rejeep/f.el")))
> +              (sha256
> +               (base32
> +                "13gigb0b0n8cvwlhi17vd3ad4v70nbrqdraxcj453y3j6fpm0jn2"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     `(("emacs-s" ,emacs-s) ("emacs-dash" ,emacs-dash)))

I think it is more readable to put each input on a separate line.

-- 
Alex

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

end of thread, other threads:[~2015-07-25 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 14:18 [PATCH 07/12] gnu: Add emacs-f Federico Beffa
2015-07-25 15:31 ` Alex Kost

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).