mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
c415f76302
commit
6f1dcafd81
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue