gnu: dtc: Build with flex-2.6.1.
* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and not flex.
This commit is contained in:
parent
d5ceeb5a2d
commit
8be563a5a3
|
@ -240,7 +240,7 @@ menu to select one of the installed operating systems.")
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
("flex" ,flex-2.6.1))) ; A bug in flex prevents building with flex-2.6.3.
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
(list "CC=gcc"
|
||||
|
|
Loading…
Reference in New Issue