guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 07/12] gnu: Add emacs-f.


From: Alex Kost
Subject: Re: [PATCH 07/12] gnu: Add emacs-f.
Date: Sat, 25 Jul 2015 18:31:11 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]