mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ (define-public wicd
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
#:tests? #f ; test suite requires networking
|
#: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
|
#:phases
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'build 'configure
|
'build 'configure
|
||||||
|
|
Loading…
Reference in a new issue