From: Andreas Enge <andreas@enge.fr>
To: Julien Lepiller <julien@lepiller.eu>
Cc: guix-devel@gnu.org
Subject: Re: Add hexchat
Date: Fri, 21 Nov 2014 18:52:59 +0100 [thread overview]
Message-ID: <20141121175259.GA15607@debian> (raw)
In-Reply-To: <20141121184434.5d531599@lepiller.eu>
On Fri, Nov 21, 2014 at 06:44:34PM +0100, Julien Lepiller wrote:
> here is the patch for hexchat I was asked to write.
This looks very clean, thank you! A few minor comments:
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://dl.hexchat.net/hexchat/hexchat-" version ".tar.xz"))
+ (sha256
+ (base32 "1ag9rmfisv0hsbk05jq4f1rnap7kwg90vgbmkr9zklkh6imfxk7z"))))
This goes a bit beyond the 80 columns limit (as many other packages, in fact).
I think we should indent them rather like this:
(source
(origin
(method url-fetch)
(uri (string-append
"https://dl.hexchat.net/hexchat/hexchat-" version ".tar.xz"))
(sha256
(base32 "1ag9rmfisv0hsbk05jq4f1rnap7kwg90vgbmkr9zklkh6imfxk7z"))))
Did I get it right (by hand, without emacs)?
+ (native-inputs `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)))
This should be alined like this:
+ (native-inputs `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)))
Or with the literal list starting on the line following "native-inputs".
Andreas
next prev parent reply other threads:[~2014-11-21 17:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-21 17:44 Add hexchat Julien Lepiller
2014-11-21 17:52 ` Andreas Enge [this message]
2014-11-21 22:25 ` Ludovic Courtès
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=20141121175259.GA15607@debian \
--to=andreas@enge.fr \
--cc=guix-devel@gnu.org \
--cc=julien@lepiller.eu \
/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).