mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
glances is now upstream
also defines qemu-minimal-with-rbd
This commit is contained in:
parent
9aadc45b21
commit
f167077a77
2 changed files with 21 additions and 29 deletions
|
@ -26,5 +26,25 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public qemu-minimal-with-rbd
|
||||
|
||||
(package
|
||||
(inherit qemu-minimal)
|
||||
(name "qemu-minimal-with-rbd")
|
||||
(arguments
|
||||
|
||||
(substitute-keyword-arguments
|
||||
`(#:tests? #f
|
||||
,@(package-arguments qemu-minimal)))
|
||||
)
|
||||
|
||||
(inputs `(("ceph:lib", ceph "lib" ) ;; will take the more up to date ceph
|
||||
,@(package-inputs qemu-minimal)))
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
;;; glicid/virtualizationvirtualization.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue