aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-14 18:33:15 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-14 18:33:15 +0100
commita68ebf8e376a2f712cb7b00442e66c0c416026b4 (patch)
tree31a349a49bcb49844811953b0fd0048d8ff5871e /release.nix
parent804709706c56c207f1eb9033f98b213216672269 (diff)
Require Bison 2.6
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 673d7f9d1..5b38fc1c6 100644
--- a/release.nix
+++ b/release.nix
@@ -19,7 +19,7 @@ let
inherit officialRelease;
buildInputs =
- [ curl bison25 flex2535 perl libxml2 libxslt w3m bzip2
+ [ curl bison flex2535 perl libxml2 libxslt w3m bzip2
tetex dblatex nukeReferences pkgconfig sqlite git
];