gnu: hurd: Add flex as an input to mig.
* gnu/packages/hurd (mig): Add flex as an input.
This commit is contained in:
		
							parent
							
								
									561840b4aa
								
							
						
					
					
						commit
						a7ecc92dc5
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -73,7 +73,9 @@ | ||||||
|        (base32 |        (base32 | ||||||
|         "13r1pg8icyc0pl082z7k36i440pr1f3nr7ahig3rrc0r7qndqmk9")))) |         "13r1pg8icyc0pl082z7k36i440pr1f3nr7ahig3rrc0r7qndqmk9")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (inputs `(("gnumach-headers" ,gnumach-headers))) |     ;; Flex is needed both at build and run time. | ||||||
|  |     (inputs `(("gnumach-headers" ,gnumach-headers) | ||||||
|  |               ("flex" ,flex))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("flex" ,flex) |      `(("flex" ,flex) | ||||||
|        ("bison" ,bison))) |        ("bison" ,bison))) | ||||||
|  |  | ||||||
		Reference in a new issue