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