guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.


From: Alex Kost
Subject: Re: [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.
Date: Tue, 15 Mar 2016 11:53:33 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari (2016-03-15 02:34 +0300) wrote:

[...]
>  (define-public python2-llfuse
> -  (package-with-python2 python-llfuse))
> +  (package (inherit (package-with-python2
> +                 (strip-python2-variant python-llfuse)))
> +    (propagated-inputs `(("python2-contextlib2" ,python2-contextlib2)))))
> +
> +;; For address@hidden
> +(define-public address@hidden

All our package variables use '-' to separate name and version.  I think
this is good choice and we shouldn't use '@' in variable names.

-- 
Alex



reply via email to

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