Skip to content
Snippets Groups Projects
Unverified Commit af7014a1 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: virt-manager: Update to 2.1.0.

* gnu/packages/virtualization.scm (virt-manager): Update to 2.1.0.
parent cd4b2e78
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,7 @@ (define-public python2-libvirt
(define-public virt-manager
(package
(name "virt-manager")
(version "2.0.0")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://virt-manager.org/download/sources"
......@@ -579,10 +579,10 @@ (define-public virt-manager
version ".tar.gz"))
(sha256
(base32
"1b48xbrx99mfiv80c60k3ydzkpcpbq57c8h8dl0gnffmnzbs8vzb"))))
"1m038kyngmxlgz91c7z8g73lb2wy0ajyah871a3g3wb5cnd0dsil"))))
(build-system python-build-system)
(arguments
`(#:use-setuptools? #f ; Uses custom distutils 'install' command.
`(#:use-setuptools? #f ; uses custom distutils 'install' command
;; Some of the tests seem to require network access to install virtual
;; machines.
#:tests? #f
......@@ -602,7 +602,7 @@ (define-public virt-manager
#t))
(add-after 'unpack 'fix-default-uri
(lambda* (#:key inputs #:allow-other-keys)
;; xen is not available for now - so only patch qemu
;; Xen is not available for now - so only patch qemu.
(substitute* "virtManager/connect.py"
(("/usr(/bin/qemu-system)" _ suffix)
(string-append (assoc-ref inputs "qemu") suffix)))
......@@ -650,7 +650,7 @@ (define-public virt-manager
(propagated-inputs
`(("qemu" ,qemu)))
(native-inputs
`(("glib" ,glib "bin") ; glib-compile-schemas.
`(("glib" ,glib "bin") ; glib-compile-schemas
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("perl" ,perl) ; pod2man
("intltool" ,intltool)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment