On Wed, Feb 17, 2016 at 8:49 PM, Leo Famulari <[email protected]> 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 <[email protected]>
>> 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