mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Reapply "gnu: libvirt: Update to 10.10.0."
This reverts commit ad5f29b87d
. It cannot be
reverted without breaking virt-manager, possibly others.
Change-Id: Ie0d08303121b9c0af299a76ba16d822e2aa30397
This commit is contained in:
parent
ad5f29b87d
commit
4c68ef7454
2 changed files with 108 additions and 63 deletions
|
@ -1535,14 +1535,14 @@ pretty simple, REST API.")
|
|||
(define-public libvirt
|
||||
(package
|
||||
(name "libvirt")
|
||||
(version "8.6.0")
|
||||
(version "10.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1qisvbshbcd5305mrb4vni559k52id7c8iw4dwdydbf97b24f658"))
|
||||
(base32 "15jpfrn3d2zyhbm5ip7bmpjb6ch2bfxm1h6yfgh0l3bw3g9ppgg1"))
|
||||
(patches (search-patches "libvirt-add-install-prefix.patch"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
@ -1587,7 +1587,11 @@ pretty simple, REST API.")
|
|||
"virnetsockettest"))) ; tries to network
|
||||
(substitute* "tests/meson.build"
|
||||
(((format #f ".*'name': '(~a)'.*" (string-join tests "|")))
|
||||
""))))))))
|
||||
"")))))
|
||||
(add-before 'configure 'fix-test-data
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* (find-files "tests/qemuvhostuserdata/usr/libexec")
|
||||
(("^cat") (search-input-file inputs "bin/cat"))))))))
|
||||
(inputs
|
||||
(list acl
|
||||
attr
|
||||
|
@ -1597,6 +1601,7 @@ pretty simple, REST API.")
|
|||
libpciaccess
|
||||
gnutls
|
||||
dbus
|
||||
json-c
|
||||
libpcap
|
||||
libnl
|
||||
libssh2 ;optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue