diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-03-23 07:32:00 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-03-23 07:32:31 +0200 |
commit | d5ceeb5a2d1a44bda98c9ff44cf8d652d938a646 (patch) | |
tree | 5f2526ffb4e1fcc667886ff1bbf678571a545dd8 /gnu/packages | |
parent | 5302eba611d8eb333bfa0d5b7b7569f5d2553175 (diff) | |
download | patches-d5ceeb5a2d1a44bda98c9ff44cf8d652d938a646.tar patches-d5ceeb5a2d1a44bda98c9ff44cf8d652d938a646.tar.gz |
gnu: scotch: Build with flex-2.6.1.
* gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not
flex.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 166926da15..ec8316b5f5 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |