gnu: wxPython: Fix build.

* gnu/packages/wxwidgets.scm (python2-wxpython) [arguments]: Disable
  installation via setuptools (and --single-version-externally-managed).
This commit is contained in:
Hartmut Goebel 2016-11-29 18:06:24 +01:00
parent c415f76302
commit 6f1dcafd81
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -149,6 +149,9 @@ (define-public python2-wxpython
(arguments
`(#:python ,python-2
#:tests? #f ; tests fail
;; wxPython directly extends distutils command classes,
;; we can't easily make setup.py use setuptools.
#:use-setuptools? #f
#:configure-flags (list "WXPORT=gtk2"
"UNICODE=1")
#:phases