gnu: GRUB: Build with the latest version of Flex.
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1 to FLEX.
This commit is contained in:
		
							parent
							
								
									9dec91229b
								
							
						
					
					
						commit
						f142c0775a
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -173,10 +173,7 @@
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("unifont" ,unifont)
 | 
					       ("unifont" ,unifont)
 | 
				
			||||||
       ("bison" ,bison)
 | 
					       ("bison" ,bison)
 | 
				
			||||||
       ;; Due to a bug in flex >= 2.6.2, GRUB must be built with an older flex:
 | 
					       ("flex" ,flex)
 | 
				
			||||||
       ;; <http://lists.gnu.org/archive/html/grub-devel/2017-02/msg00133.html>
 | 
					 | 
				
			||||||
       ;; TODO Try building with flex > 2.6.4.
 | 
					 | 
				
			||||||
       ("flex" ,flex-2.6.1)
 | 
					 | 
				
			||||||
       ("texinfo" ,texinfo)
 | 
					       ("texinfo" ,texinfo)
 | 
				
			||||||
       ("help2man" ,help2man)
 | 
					       ("help2man" ,help2man)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue