gnu: libvirt: Update to 3.7.0.
* gnu/packages/virtualization.scm (libvirt): Update to 3.7.0. [native-inputs]: Add libxslt for xsltproc.
This commit is contained in:
parent
864f2f0ef0
commit
2f110b32a4
|
@ -311,14 +311,14 @@ manage system or application containers.")
|
||||||
(define-public libvirt
|
(define-public libvirt
|
||||||
(package
|
(package
|
||||||
(name "libvirt")
|
(name "libvirt")
|
||||||
(version "3.6.0")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gcyql5dp6j370kvik9hjhxirrg89m7l1q52yq0g75h7jpv9fb1s"))))
|
"1fk75cdzg59y9hnfdpdwv83fsc1yffy3lac4ch19zygfkqhcnysf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FAIL: virshtest
|
`(;; FAIL: virshtest
|
||||||
|
@ -383,7 +383,8 @@ manage system or application containers.")
|
||||||
("iproute" ,iproute)
|
("iproute" ,iproute)
|
||||||
("iptables" ,iptables)))
|
("iptables" ,iptables)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("xsltproc" ,libxslt)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://libvirt.org")
|
(home-page "https://libvirt.org")
|
||||||
(synopsis "Simple API for virtualization")
|
(synopsis "Simple API for virtualization")
|
||||||
(description "Libvirt is a C toolkit to interact with the virtualization
|
(description "Libvirt is a C toolkit to interact with the virtualization
|
||||||
|
|
Loading…
Reference in New Issue