mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: virt-manager: Build with xorriso.
* gnu/packages/virtualization.scm (virt-manager)[native-inputs]: Remove cdrtools. Add xorriso. Change-Id: Ia93331f5472264949fd0c26074103ab4b1d9703c Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4cc6389f7b
commit
321bb5dce5
1 changed files with 3 additions and 3 deletions
|
@ -1804,15 +1804,15 @@ virtualization library.")
|
||||||
"not test_disk and "
|
"not test_disk and "
|
||||||
"not virt_clone"))))))))
|
"not virt_clone"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cdrtools
|
(list cpio
|
||||||
cpio
|
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin") ;glib-compile-schemas
|
`(,glib "bin") ;glib-compile-schemas
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
`(,gtk+ "bin") ;gtk-update-icon-cache
|
`(,gtk+ "bin") ;gtk-update-icon-cache
|
||||||
pkg-config
|
pkg-config
|
||||||
python-docutils ;rst2ma
|
python-docutils ;rst2ma
|
||||||
python-pytest))
|
python-pytest
|
||||||
|
xorriso))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
dconf
|
dconf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue