diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-21T14·09+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-21T14·09+0100 |
commit | c8fff6a77fb63dc8043a7a468feea37b41bfec06 (patch) | |
tree | bceee2107f733397c0b30f50d61a307b8561894b /release.nix | |
parent | 0e2ca268187e0a1c17f2ba58ce53f59682df2fc4 (diff) |
Fix evaluation
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 33b3db56738f..67087190942f 100644 --- a/release.nix +++ b/release.nix @@ -23,7 +23,7 @@ let inherit officialRelease; buildInputs = - [ curl bison flex2535 perl libxml2 libxslt w3m bzip2 + [ curl bison flex perl libxml2 libxslt w3m bzip2 tetex dblatex nukeReferences pkgconfig sqlite git ]; |