unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: Federico Beffa <beffa@ieee.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 07/12] gnu: Add emacs-f.
Date: Sat, 25 Jul 2015 18:31:11 +0300	[thread overview]
Message-ID: <87si8c1cg0.fsf@gmail.com> (raw)
In-Reply-To: <CAKrPhPPf4gjKZFYtL286zHAZYmo4hBmb27iHiAUPCQTY=MZHzg@mail.gmail.com> (Federico Beffa's message of "Fri, 24 Jul 2015 16:18:13 +0200")

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	other threads:[~2015-07-25 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-24 14:18 [PATCH 07/12] gnu: Add emacs-f Federico Beffa
2015-07-25 15:31 ` Alex Kost [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87si8c1cg0.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).