guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add wmbattery


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add wmbattery
Date: Tue, 5 Apr 2016 04:24:23 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

On Mon, Apr 04, 2016 at 05:04:51PM -0400, Kei Yamashita wrote:

Thanks for the patch!

As suggested by Danny, please run `guix lint` on it.

+    (version "2.50")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "http://http.debian.net/debian/pool/main/w/wmbattery/\
+wmbattery_2.50.orig.tar.gz"))

Can you re-use the version variable in the uri? There are many examples
of how to do this in the 'gnu/packages' directory of the Guix source
code.

Also, can you add a comment explaining why we fetch the source from
Debian?

+                  (delete 'check))))

Can you instead use the form '#:tests? #f', and add a comment explaining
why the tests are disabled? There are also examples of this in
'gnu/packages'.

Can you send an updated patch?



reply via email to

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