mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating qemu and libvirt
This commit is contained in:
parent
272285b54b
commit
705830f742
1 changed files with 50 additions and 41 deletions
|
@ -16,6 +16,7 @@
|
||||||
(define-public qemu-with-rbd
|
(define-public qemu-with-rbd
|
||||||
(package
|
(package
|
||||||
(inherit qemu-latest)
|
(inherit qemu-latest)
|
||||||
|
(version "8.2.1")
|
||||||
(name "qemu-with-rbd")
|
(name "qemu-with-rbd")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qemu)
|
(substitute-keyword-arguments (package-arguments qemu)
|
||||||
|
@ -27,6 +28,7 @@
|
||||||
(define-public qemu-minimal-with-rbd
|
(define-public qemu-minimal-with-rbd
|
||||||
(package
|
(package
|
||||||
(inherit qemu-minimal-latest)
|
(inherit qemu-minimal-latest)
|
||||||
|
(version "8.2.1")
|
||||||
(name "qemu-minimal-with-rbd")
|
(name "qemu-minimal-with-rbd")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments `(#:tests? #f
|
(substitute-keyword-arguments `(#:tests? #f
|
||||||
|
@ -49,3 +51,10 @@
|
||||||
"0qnvjy7k4l52bb5xylvhm21blkgbhld0jzilhsdf6gdqw6srj7j0"))
|
"0qnvjy7k4l52bb5xylvhm21blkgbhld0jzilhsdf6gdqw6srj7j0"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"glicid/packages/patches/glicid-libvirt-add-install-prefix.patch"))))))
|
"glicid/packages/patches/glicid-libvirt-add-install-prefix.patch"))))))
|
||||||
|
|
||||||
|
(define-public libvirt-10.0
|
||||||
|
(package
|
||||||
|
(inherit libvirt)
|
||||||
|
(name "libvirt")
|
||||||
|
(version "10.0.0")
|
||||||
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue