release.nix: add missing dependency on nix

This commit is contained in:
Alexander Ried
2016-05-09 18:35:24 +02:00
parent 615c10bcc4
commit 2c78a92ac5
+1 -1
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"];