guix-devel
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add python-mako.
Date: Wed, 17 Feb 2016 20:49:33 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Feb 17, 2016 at 08:05:58PM -0500, Thompson, David wrote:
> The Mako Python library is a dependency for an upcoming release of
> Mesa that features Vulkan support.  First time using the new
> python2-variant stuff so let me know if I screwed anything up!
> 
> - Dave

> From 385b618a688668feceb4855e628752506cd737ef Mon Sep 17 00:00:00 2001
> From: David Thompson <address@hidden>
> Date: Wed, 17 Feb 2016 20:03:54 -0500
> Subject: [PATCH] gnu: Add python-mako.
> 
> * gnu/packages/python.scm (python-mako, python2-mako): New variables.

[...]

> +(define-public python2-mako
> +  (package
> +    (inherit (package-with-python2
> +              (strip-python2-variant python-mako)))
> +    (inputs `(("python2-setuptools" ,python2-setuptools)))))

Wouldn't setuptools be a native-input? If so, there is an example in
python2-wheel. I don't know if that is the *best* example, but it seems
to work.

> -- 
> 2.6.3
> 




reply via email to

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