release.nix: add missing dependency on nix

This commit is contained in:
Alexander Ried 2016-04-29 18:58:50 +02:00
parent 615c10bcc4
commit 2c78a92ac5

View file

@ -118,7 +118,7 @@ rec {
[ makeWrapper autoconf automake libtool unzip nukeReferences pkgconfig sqlite libpqxx
gitAndTools.topGit mercurial darcs subversion bazaar openssl bzip2 libxslt
guile # optional, for Guile + Guix support
perlDeps perl
perlDeps perl nix
postgresql92 # for running the tests
(lib.overrideDerivation (aws-sdk-cpp.override {
apis = ["s3"];