Require Bison 2.6
This commit is contained in:
parent
804709706c
commit
a68ebf8e37
|
@ -166,11 +166,10 @@ a source distribution.</para>
|
||||||
|
|
||||||
<listitem><para>Recent versions of Bison and Flex to build the
|
<listitem><para>Recent versions of Bison and Flex to build the
|
||||||
parser. (This is because Nix needs GLR support in Bison and
|
parser. (This is because Nix needs GLR support in Bison and
|
||||||
reentrancy support in Flex.) For Bison, you need version 2.3 or
|
reentrancy support in Flex.) For Bison, you need version 2.6, which
|
||||||
higher (1.875 does <emphasis>not</emphasis> work), which can be
|
can be obtained from the <link
|
||||||
obtained from the <link
|
|
||||||
xlink:href="ftp://alpha.gnu.org/pub/gnu/bison">GNU FTP
|
xlink:href="ftp://alpha.gnu.org/pub/gnu/bison">GNU FTP
|
||||||
server</link>. For Flex, you need version 2.5.33, which is
|
server</link>. For Flex, you need version 2.5.35, which is
|
||||||
available on <link
|
available on <link
|
||||||
xlink:href="http://lex.sourceforge.net/">SourceForge</link>.
|
xlink:href="http://lex.sourceforge.net/">SourceForge</link>.
|
||||||
Slightly older versions may also work, but ancient versions like the
|
Slightly older versions may also work, but ancient versions like the
|
||||||
|
|
|
@ -19,7 +19,7 @@ let
|
||||||
inherit officialRelease;
|
inherit officialRelease;
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bison25 flex2535 perl libxml2 libxslt w3m bzip2
|
[ curl bison flex2535 perl libxml2 libxslt w3m bzip2
|
||||||
tetex dblatex nukeReferences pkgconfig sqlite git
|
tetex dblatex nukeReferences pkgconfig sqlite git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue