malformed inherit

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

View file

@ -11,7 +11,7 @@
(define-public qemu-with-rbd
(package
(inherit (qemu)
(inherit qemu)
(name "qemu-with-rbd")
(arguments
@ -25,6 +25,6 @@
)
)
)
;;; glicid/virtualizationvirtualization.scm ends here