On Wed, 29 Jun 2016 09:40:40 +0200
Danny Milosavljevic <danny...@scratchpost.org> wrote:

> +(define-public python2-prompt-toolkit
> +  (let ((base (package-with-python2 (strip-python2-variant 
> python-prompt-toolkit))))
> +    (package
> +      (inherit base)
> +      (native-inputs
> +       `(("python2-setuptools" ,python2-setuptools)
> +         ,@(package-native-inputs base))))))


Hmm. Now that I made it a native input instead of propagated input, the 
python2-wcwidth that is compiled alongside python2-prompt-toolkit doesn't find 
setuptools anymore. Why?



Reply via email to