diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·28+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·28+0200 |
commit | 00c98a6befb70228c7ba2b7d5dc8684289915baa (patch) | |
tree | fc42e8ff4886342289a4b97d4b87907fd242c601 /release.nix | |
parent | 209927bb2785920eff455adb97ba513080c6e8c0 (diff) |
Use Bison 2.5
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 6b571644d994..3f4c4876123f 100644 --- a/release.nix +++ b/release.nix @@ -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 ]; |