malformed inherit

This commit is contained in:
Yann Dupont 2021-11-02 23:14:02 +01:00
parent 2f497dce7d
commit 627bfeac09

View file

@ -11,20 +11,20 @@
(define-public qemu-with-rbd (define-public qemu-with-rbd
(package (package
(inherit (qemu) (inherit qemu)
(name "qemu-with-rbd") (name "qemu-with-rbd")
(arguments (arguments
(substitute-keyword-arguments (substitute-keyword-arguments
`(#:tests? #f `(#:tests? #f
,@(package-arguments qemu))) ,@(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))) ,@(package-inputs qemu)))
)
) )
) )
;;; glicid/virtualizationvirtualization.scm ends here ;;; glicid/virtualizationvirtualization.scm ends here