guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add python-cheetah.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add python-cheetah.
Date: Thu, 18 Aug 2016 16:51:14 -0400
User-agent: Mutt/1.6.2hg (2016-07-01)

On Tue, Aug 16, 2016 at 02:15:25PM +0300, Manolis Ragkousis wrote:
> This patch adds python2-cheetah.

Does this python2-cheetah work as expected? Needing to make changes to
the Python 2 version of a package is the reason we introduced the
python2-variant system.

> +(define-public python2-cheetah
> +  (let ((base (package-with-python2 python-cheetah)))
> +    (package
> +      (inherit base)
> +      (name "python2-cheetah")
> +      (native-inputs
> +       `(("python2-setuptools" ,python2-setuptools)
> +         ("python2-markdown" ,python2-markdown)
> +         ,@(package-native-inputs base))))))
> -- 
> 2.9.2
> 




reply via email to

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