mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: libvirt: Update to 10.10.0."
This reverts commit bd30b85066
, which broke
'make check-system TESTS=libvirt'.
Fixes: bug#76741
Change-Id: I3de07a18f3801e31ee0b53dd3e5575bc115620dc
This commit is contained in:
parent
630201dba8
commit
ad5f29b87d
2 changed files with 63 additions and 108 deletions
|
@ -1535,14 +1535,14 @@ pretty simple, REST API.")
|
|||
(define-public libvirt
|
||||
(package
|
||||
(name "libvirt")
|
||||
(version "10.10.0")
|
||||
(version "8.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "15jpfrn3d2zyhbm5ip7bmpjb6ch2bfxm1h6yfgh0l3bw3g9ppgg1"))
|
||||
(base32 "1qisvbshbcd5305mrb4vni559k52id7c8iw4dwdydbf97b24f658"))
|
||||
(patches (search-patches "libvirt-add-install-prefix.patch"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
@ -1587,11 +1587,7 @@ 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
|
||||
|
@ -1601,7 +1597,6 @@ pretty simple, REST API.")
|
|||
libpciaccess
|
||||
gnutls
|
||||
dbus
|
||||
json-c
|
||||
libpcap
|
||||
libnl
|
||||
libssh2 ;optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue