* We need Bison 2.4 now.

This commit is contained in:
Eelco Dolstra 2010-10-24 21:48:59 +00:00
parent 43535499f3
commit 11ccd44e95
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let
inherit officialRelease;
buildInputs =
[ curl bison flex2533 perl libxml2 libxslt w3m bzip2
[ curl bison24 flex2535 perl libxml2 libxslt w3m bzip2
tetex dblatex nukeReferences
];
@ -72,6 +72,7 @@ let
configureFlags = ''
--disable-init-state
--with-bzip2=${bzip2}
--with-boehm-gc=${boehmgc}
'';
};