~ruther/guix-local

5834a405eafa393eb5c112ae702513e316e7a201 — Marius Bakke 9 years ago 2028be2
gnu: virt-manager: Do not use python setuptools for building.

* gnu/packages/qemu.scm (virt-manager)[arguments]: Set #use-setuptools? to #f.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/qemu.scm
M gnu/packages/qemu.scm => gnu/packages/qemu.scm +1 -0
@@ 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