From d5ceeb5a2d1a44bda98c9ff44cf8d652d938a646 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 23 Mar 2017 07:32:00 +0200 Subject: [PATCH] gnu: scotch: Build with flex-2.6.1. * gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not flex. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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