forked from lix-project/lix
* We need Bison 2.4 now.
This commit is contained in:
parent
43535499f3
commit
11ccd44e95
|
@ -18,7 +18,7 @@ let
|
||||||
inherit officialRelease;
|
inherit officialRelease;
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bison flex2533 perl libxml2 libxslt w3m bzip2
|
[ curl bison24 flex2535 perl libxml2 libxslt w3m bzip2
|
||||||
tetex dblatex nukeReferences
|
tetex dblatex nukeReferences
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -72,6 +72,7 @@ let
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--disable-init-state
|
--disable-init-state
|
||||||
--with-bzip2=${bzip2}
|
--with-bzip2=${bzip2}
|
||||||
|
--with-boehm-gc=${boehmgc}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue