1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: grub-minimal: Don't override configure-flags.

* gnu/packages/bootloaders.scm (grub-minimal)[arguments]: Don't override
inherited configure-flags.

Change-Id: I31f397ba8255389955a135976541f7d17d98e552
This commit is contained in:
Efraim Flashner
2024-07-18 21:48:03 +03:00
parent a989b5185c
commit 447be4aff8

View File

@@ -286,10 +286,7 @@ menu to select one of the installed operating systems.")
(delete "help2man" "texinfo" "parted" "qemu" "xorriso")))
(arguments
(substitute-keyword-arguments (package-arguments grub)
((#:configure-flags _ #~'())
#~(list "PYTHON=true"))
((#:tests? _ #t)
#f)
((#:tests? _ #t) #f)
((#:phases phases #~%standard-phases)
#~(modify-phases #$phases
(replace 'patch-stuff