guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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