forked from lix-project/hydra
release.nix: add missing dependency on nix
This commit is contained in:
parent
615c10bcc4
commit
2c78a92ac5
|
@ -118,7 +118,7 @@ rec {
|
||||||
[ makeWrapper autoconf automake libtool unzip nukeReferences pkgconfig sqlite libpqxx
|
[ makeWrapper autoconf automake libtool unzip nukeReferences pkgconfig sqlite libpqxx
|
||||||
gitAndTools.topGit mercurial darcs subversion bazaar openssl bzip2 libxslt
|
gitAndTools.topGit mercurial darcs subversion bazaar openssl bzip2 libxslt
|
||||||
guile # optional, for Guile + Guix support
|
guile # optional, for Guile + Guix support
|
||||||
perlDeps perl
|
perlDeps perl nix
|
||||||
postgresql92 # for running the tests
|
postgresql92 # for running the tests
|
||||||
(lib.overrideDerivation (aws-sdk-cpp.override {
|
(lib.overrideDerivation (aws-sdk-cpp.override {
|
||||||
apis = ["s3"];
|
apis = ["s3"];
|
||||||
|
|
Loading…
Reference in a new issue