diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-17T15·42+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-17T15·42+0200 |
commit | d64b8e9e53c1087ec611066cfa21261ee2164869 (patch) | |
tree | 3e071d31f36787c5d12a05ae6d9a7cff1a05fde5 /release.nix | |
parent | d98bfcbf812c3054cd9608f835bd3678385f9703 (diff) |
Remove unused w3m dependency
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 3e741660ccfe..e14c8ccc3993 100644 --- a/release.nix +++ b/release.nix @@ -23,7 +23,7 @@ let inherit officialRelease; buildInputs = - [ curl bison flex perl libxml2 libxslt w3m bzip2 + [ curl bison flex perl libxml2 libxslt bzip2 tetex dblatex nukeReferences pkgconfig sqlite git ]; |