gnu: scotch: Build with flex-2.6.1. * gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not flex.
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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