Revert "updating qemu and libvirt"

This reverts merge request !371
This commit is contained in:
Jean-François GUILLAUME 2024-02-17 12:54:25 +00:00
parent 8465324f39
commit eeccacd56e

View file

@ -16,7 +16,6 @@
(define-public qemu-with-rbd
(package
(inherit qemu-latest)
(version "8.2.1")
(name "qemu-with-rbd")
(arguments
(substitute-keyword-arguments (package-arguments qemu)
@ -28,7 +27,6 @@
(define-public qemu-minimal-with-rbd
(package
(inherit qemu-minimal-latest)
(version "8.2.1")
(name "qemu-minimal-with-rbd")
(arguments
(substitute-keyword-arguments `(#:tests? #f
@ -51,10 +49,3 @@
"0qnvjy7k4l52bb5xylvhm21blkgbhld0jzilhsdf6gdqw6srj7j0"))
(patches (search-patches
"glicid/packages/patches/glicid-libvirt-add-install-prefix.patch"))))))
(define-public libvirt-10.0
(package
(inherit libvirt)
(name "libvirt")
(version "10.0.0")
))