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: Thompson, David
Subject: Re: [PATCH] gnu: Add python-mako.
Date: Wed, 17 Feb 2016 21:06:53 -0500

On Wed, Feb 17, 2016 at 8:49 PM, Leo Famulari <address@hidden> wrote:
> 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.

Yeah, this is a typo.  Good catch.  I will push with this change.  Thanks!

- Dave



reply via email to

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