me
/
guix
Archived
1
0
Fork 0

gnu: virt-manager: Update to 2.1.0.

* gnu/packages/virtualization.scm (virt-manager): Update to 2.1.0.
master
Tobias Geerinckx-Rice 2019-02-15 03:43:29 +01:00
parent cd4b2e78c5
commit af7014a140
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -571,7 +571,7 @@ virtualization library.")
(define-public virt-manager (define-public virt-manager
(package (package
(name "virt-manager") (name "virt-manager")
(version "2.0.0") (version "2.1.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://virt-manager.org/download/sources" (uri (string-append "https://virt-manager.org/download/sources"
@ -579,10 +579,10 @@ virtualization library.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1b48xbrx99mfiv80c60k3ydzkpcpbq57c8h8dl0gnffmnzbs8vzb")))) "1m038kyngmxlgz91c7z8g73lb2wy0ajyah871a3g3wb5cnd0dsil"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (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 ;; Some of the tests seem to require network access to install virtual
;; machines. ;; machines.
#:tests? #f #:tests? #f
@ -602,7 +602,7 @@ virtualization library.")
#t)) #t))
(add-after 'unpack 'fix-default-uri (add-after 'unpack 'fix-default-uri
(lambda* (#:key inputs #:allow-other-keys) (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" (substitute* "virtManager/connect.py"
(("/usr(/bin/qemu-system)" _ suffix) (("/usr(/bin/qemu-system)" _ suffix)
(string-append (assoc-ref inputs "qemu") suffix))) (string-append (assoc-ref inputs "qemu") suffix)))
@ -650,7 +650,7 @@ virtualization library.")
(propagated-inputs (propagated-inputs
`(("qemu" ,qemu))) `(("qemu" ,qemu)))
(native-inputs (native-inputs
`(("glib" ,glib "bin") ; glib-compile-schemas. `(("glib" ,glib "bin") ; glib-compile-schemas
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("perl" ,perl) ; pod2man ("perl" ,perl) ; pod2man
("intltool" ,intltool))) ("intltool" ,intltool)))