gnu: virt-manager: Do not use python setuptools for building.
* gnu/packages/qemu.scm (virt-manager)[arguments]: Set #use-setuptools? to #f.
This commit is contained in:
parent
2028be238b
commit
5834a405ea
|
@ -424,6 +424,7 @@ virtualization library.")
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2
|
||||
#:use-setuptools? #f ; Uses custom distutils 'install' command.
|
||||
;; Some of the tests seem to require network access to install virtual
|
||||
;; machines.
|
||||
#:tests? #f
|
||||
|
|
Loading…
Reference in New Issue