1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Use Bison 2.5

This commit is contained in:
Eelco Dolstra 2012-04-13 14:28:26 +02:00
parent 209927bb27
commit 00c98a6bef
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ let
inherit officialRelease;
buildInputs =
[ curl bison24 flex2535 perl libxml2 libxslt w3m bzip2
[ curl bison25 flex2535 perl libxml2 libxslt w3m bzip2
tetex dblatex nukeReferences pkgconfig sqlite git
];