guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.


From: Leo Famulari
Subject: Re: [PATCH v2 3/3] gnu: Add python2-wxpython.
Date: Tue, 25 Oct 2016 12:35:24 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote:
> * gnu/packages/wxwidgets.scm (python2-wxpython): New variable.

> +       #:tests? #f ; tests fail

We should try to fix this, or at least understand why they are failing.

> +    (native-inputs
> +     `(("gtk+" ,gtk+-2)
> +       ("expat" ,expat)
> +       ("libjpeg" ,libjpeg)
> +       ("libpng" ,libpng)
> +       ("libtiff" ,libtiff)
> +       ("libsm" ,libsm)
> +       ("libx11" ,libx11)
> +       ("mesa" ,mesa)
> +       ("pkg-config" ,pkg-config)
> +       ("python2-setuptools" ,python2-setuptools)
> +       ("zlib" ,zlib)))

To clarify, all these native-inputs are only used while building?
Native inputs typically are not intended to be available once the
package has been built and installed.



reply via email to

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