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 virt_clone"))))))))
|
||||
(native-inputs
|
||||
(list cdrtools
|
||||
cpio
|
||||
(list cpio
|
||||
gettext-minimal
|
||||
`(,glib "bin") ;glib-compile-schemas
|
||||
gobject-introspection
|
||||
`(,gtk+ "bin") ;gtk-update-icon-cache
|
||||
pkg-config
|
||||
python-docutils ;rst2ma
|
||||
python-pytest))
|
||||
python-pytest
|
||||
xorriso))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
dconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue