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:
Marius Bakke 2016-12-02 13:21:57 +01:00
parent 2028be238b
commit 5834a405ea
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -424,6 +424,7 @@ (define-public virt-manager
(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