efraim pushed a commit to branch master
in repository guix.

commit 447be4aff8d40ac247f0c5bef7088229b5e20411
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jul 18 21:48:03 2024 +0300

    gnu: grub-minimal: Don't override configure-flags.
    
    * gnu/packages/bootloaders.scm (grub-minimal)[arguments]: Don't override
    inherited configure-flags.
    
    Change-Id: I31f397ba8255389955a135976541f7d17d98e552
---
 gnu/packages/bootloaders.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index cc973837a3..79e02056eb 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -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

Reply via email to