gnu: wicd: Fix build.
* gnu/packages/wicd.scm (wicd) [arguments]: Disable installation via setuptools (and --single-version-externally-managed).
This commit is contained in:
parent
388606a72b
commit
2cb64f3b1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue