mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: grub-minimal, grub-efi: Reduce unused native-inputs.
"qemu" was removed ine9c1ea84fc
in the code though the commit message claims to have removed "qemu-minimal". If that worked, it may have been broken by switching away from labels inb9c38f26f1
. * gnu/packages/bootloaders.scm (grub-minimal)[native-inputs]: Remove qemu-minimal. (grub-efi)[native-inputs]: Remove qemu-minimal.
This commit is contained in:
parent
b30669e15d
commit
d320124771
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ menu to select one of the installed operating systems.")
|
||||||
(delete "lvm2" "mdadm" "fuse" "console-setup")))
|
(delete "lvm2" "mdadm" "fuse" "console-setup")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs grub)
|
(modify-inputs (package-native-inputs grub)
|
||||||
(delete "help2man" "texinfo" "parted" "qemu" "xorriso")))
|
(delete "help2man" "texinfo" "parted" "qemu" "qemu-minimal" "xorriso")))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments grub)
|
(substitute-keyword-arguments (package-arguments grub)
|
||||||
((#:tests? _ #t) #f)
|
((#:tests? _ #t) #f)
|
||||||
|
@ -413,7 +413,7 @@ menu to select one of the installed operating systems.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; The tests are skipped in this package so we remove some test dependencies.
|
;; The tests are skipped in this package so we remove some test dependencies.
|
||||||
(modify-inputs (package-native-inputs grub)
|
(modify-inputs (package-native-inputs grub)
|
||||||
(delete "parted" "qemu" "xorriso")))
|
(delete "parted" "qemu" "qemu-minimal" "xorriso")))
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Tests need a UEFI firmware for qemu. There is one at
|
;; TODO: Tests need a UEFI firmware for qemu. There is one at
|
||||||
;; https://github.com/tianocore/edk2/tree/master/OvmfPkg .
|
;; https://github.com/tianocore/edk2/tree/master/OvmfPkg .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue