mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
malformed inherit
This commit is contained in:
parent
2f497dce7d
commit
627bfeac09
1 changed files with 4 additions and 4 deletions
|
@ -11,20 +11,20 @@
|
|||
(define-public qemu-with-rbd
|
||||
|
||||
(package
|
||||
(inherit (qemu)
|
||||
(inherit qemu)
|
||||
(name "qemu-with-rbd")
|
||||
(arguments
|
||||
|
||||
(substitute-keyword-arguments
|
||||
`(#:tests? #f
|
||||
,@(package-arguments qemu)))
|
||||
)
|
||||
)
|
||||
|
||||
(inputs `(("ceph:lib", ceph "lib" ) ;; will take the more up to date ceph
|
||||
(inputs `(("ceph:lib", ceph "lib" ) ;; will take the more up to date ceph
|
||||
,@(package-inputs qemu)))
|
||||
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
;;; glicid/virtualizationvirtualization.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue