qemu is now in virtualization

This commit is contained in:
Yann Dupont 2021-10-26 22:45:34 +02:00
parent 74f5387a48
commit ea203a88cf
2 changed files with 133 additions and 30 deletions

View file

@ -721,34 +721,4 @@
)
(define-public glicid-qemu
(package
(inherit qemu)
(name "glicid-qemu")
)
)
(define-public qemu-with-rbd
(package
(inherit glicid-qemu)
(name "qemu-with-rbd")
(arguments
(substitute-keyword-arguments
`(#:tests? #f
,@(package-arguments glicid-qemu)))
)
(inputs `(("glicid-ceph:lib", glicid-ceph "lib" )
,@(package-inputs glicid-qemu)))
)
)
;;; glicid.scm ends here