guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: wicd: Fix build.


From: Hartmut Goebel
Subject: 03/06: gnu: wicd: Fix build.
Date: Tue, 29 Nov 2016 18:06:58 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 2cb64f3b1b3df338acfc0ba9f719875db21812b0
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 29 18:24:59 2016 +0100

    gnu: wicd: Fix build.
    
    * gnu/packages/wicd.scm (wicd) [arguments]: Disable installation
      via setuptools (and --single-version-externally-managed).
---
 gnu/packages/wicd.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm
index e70bf73..9de956c 100644
--- a/gnu/packages/wicd.scm
+++ b/gnu/packages/wicd.scm
@@ -67,6 +67,9 @@
     (arguments
      `(#:python ,python-2
        #:tests? #f                      ; test suite requires networking
+       ;; wicd directly extends distutils command classes,
+       ;; we can't easily make setup.py use setuptools.
+       #:use-setuptools? #f
        #:phases
        (alist-cons-before
         'build 'configure



reply via email to

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