gnu: wicd: Fix build.

* gnu/packages/wicd.scm (wicd) [arguments]: Disable installation
  via setuptools (and --single-version-externally-managed).
This commit is contained in:
Hartmut Goebel 2016-11-29 18:24:59 +01:00
parent 388606a72b
commit 2cb64f3b1b
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 0 deletions

View File

@ -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