gnu: scotch: Build with flex-2.6.1.
* gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not flex.
This commit is contained in:
parent
5302eba611
commit
d5ceeb5a2d
@ -1799,7 +1799,7 @@ implemented in ANSI C, and MPI for communications.")
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
("flex" ,flex)
|
||||
("flex" ,flex-2.6.1) ; A bug in flex prevents building with flex-2.6.3.
|
||||
("bison" ,bison)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
Loading…
Reference in New Issue
Block a user