me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I31f397ba8255389955a135976541f7d17d98e552
master
Efraim Flashner 2024-07-18 21:48:03 +03:00
parent a989b5185c
commit 447be4aff8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 4 deletions

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