guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 04/12] gnu: python: Add python-binaryornot.


From: Leo Famulari
Subject: Re: [PATCH 04/12] gnu: python: Add python-binaryornot.
Date: Mon, 8 Aug 2016 16:37:35 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Fri, Aug 05, 2016 at 08:37:22PM +0200, David Craven wrote:
> * gnu/packages/python.scm (python-binaryornot): New package.
>   (python2-binaryornot): New package.

> +(define-public python2-binaryornot
> +  (let ((binaryornot (package-with-python2 python-binaryornot)))
> +    (package (inherit binaryornot)
> +      (propagated-inputs
> +        `(("python2-enum34" ,python2-enum34)
> +          ,@(package-propagated-inputs binaryornot))))))

I believe this will need to use the python2-variant system, as in
python2-hypothesis.



reply via email to

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