gnu: flex: Add m4 as a native input.
* gnu/packages/flex (flex): Add m4 as a native input.
This commit is contained in:
		
							parent
							
								
									74ed6dafb5
								
							
						
					
					
						commit
						ba42199eb3
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -60,6 +60,8 @@ | ||||||
|               (inputs (alist-delete "flex" (package-inputs bison)))))) |               (inputs (alist-delete "flex" (package-inputs bison)))))) | ||||||
|        `(("bison" ,bison-for-tests) |        `(("bison" ,bison-for-tests) | ||||||
|          ("indent" ,indent)))) |          ("indent" ,indent)))) | ||||||
|  |     ;; m4 is not present in PATH when cross-building | ||||||
|  |     (native-inputs ("m4" ,m4)) | ||||||
|     (propagated-inputs `(("m4" ,m4))) |     (propagated-inputs `(("m4" ,m4))) | ||||||
|     (home-page "http://flex.sourceforge.net/") |     (home-page "http://flex.sourceforge.net/") | ||||||
|     (synopsis "Fast lexical analyser generator") |     (synopsis "Fast lexical analyser generator") | ||||||
|  |  | ||||||
		Reference in a new issue