[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: wxPython: Fix build.
From: |
Hartmut Goebel |
Subject: |
01/06: gnu: wxPython: Fix build. |
Date: |
Tue, 29 Nov 2016 18:06:58 +0000 (UTC) |
htgoebel pushed a commit to branch master
in repository guix.
commit 6f1dcafd81940f8f78ac0d2f3adad3d339828765
Author: Hartmut Goebel <address@hidden>
Date: Tue Nov 29 18:06:24 2016 +0100
gnu: wxPython: Fix build.
* gnu/packages/wxwidgets.scm (python2-wxpython) [arguments]: Disable
installation via setuptools (and --single-version-externally-managed).
---
gnu/packages/wxwidgets.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index b72567f..a65c969 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -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
- branch master updated (072f1e2 -> 03e856d), Hartmut Goebel, 2016/11/29
- 01/06: gnu: wxPython: Fix build.,
Hartmut Goebel <=
- 03/06: gnu: wicd: Fix build., Hartmut Goebel, 2016/11/29
- 05/06: gnu: python2-discogs-client: Remove python2-setuptools from inputs., Hartmut Goebel, 2016/11/29
- 04/06: Merge branch 'master' into python-build-system, Hartmut Goebel, 2016/11/29
- 02/06: gnu: wxPython: Remove useless inputs., Hartmut Goebel, 2016/11/29
- 06/06: Merge branch 'python-build-system'., Hartmut Goebel, 2016/11/29