mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
malformed inherit
This commit is contained in:
parent
2f497dce7d
commit
627bfeac09
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
(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
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@
|
||||||
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
|
||||||
|
|
||||||
;;; glicid/virtualizationvirtualization.scm ends here
|
;;; glicid/virtualizationvirtualization.scm ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue