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:
Efraim Flashner 2017-03-23 07:32:00 +02:00
parent 5302eba611
commit d5ceeb5a2d
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -1799,7 +1799,7 @@ (define-public scotch
(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