me
/
guix
Archived
1
0
Fork 0

gnu: wxPython: Fix build.

* gnu/packages/wxwidgets.scm (python2-wxpython) [arguments]: Disable
  installation via setuptools (and --single-version-externally-managed).
master
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
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,9 @@ and many other languages.")
(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