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:
		
							parent
							
								
									a989b5185c
								
							
						
					
					
						commit
						447be4aff8
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -286,10 +286,7 @@ menu to select one of the installed operating systems.")
 | 
				
			||||||
       (delete "help2man" "texinfo" "parted" "qemu" "xorriso")))
 | 
					       (delete "help2man" "texinfo" "parted" "qemu" "xorriso")))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (substitute-keyword-arguments (package-arguments grub)
 | 
					     (substitute-keyword-arguments (package-arguments grub)
 | 
				
			||||||
       ((#:configure-flags _ #~'())
 | 
					       ((#:tests? _ #t) #f)
 | 
				
			||||||
        #~(list "PYTHON=true"))
 | 
					 | 
				
			||||||
       ((#:tests? _ #t)
 | 
					 | 
				
			||||||
        #f)
 | 
					 | 
				
			||||||
       ((#:phases phases #~%standard-phases)
 | 
					       ((#:phases phases #~%standard-phases)
 | 
				
			||||||
        #~(modify-phases #$phases
 | 
					        #~(modify-phases #$phases
 | 
				
			||||||
            (replace 'patch-stuff
 | 
					            (replace 'patch-stuff
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue