mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
qemu is now in virtualization
This commit is contained in:
parent
74f5387a48
commit
ea203a88cf
2 changed files with 133 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue