hydra: fix build with gcc7, incl. libpqxx update

It builds, but it's otherwise untested.
This commit is contained in:
Vladimír Čunát
2018-02-23 17:08:09 +01:00
parent 36b0efc12f
commit 1dbb82848a
3 changed files with 11 additions and 20 deletions
@@ -79,17 +79,6 @@ in releaseTools.nixBuild rec {
guile # optional, for Guile + Guix support
perlDeps perl nixUnstable
postgresql # for running the tests
(lib.overrideDerivation (aws-sdk-cpp.override {
apis = ["s3"];
customMemoryManagement = false;
}) (attrs: {
src = fetchFromGitHub {
owner = "edolstra";
repo = "aws-sdk-cpp";
rev = "local";
sha256 = "1vhgsxkhpai9a7dk38q4r239l6dsz2jvl8hii24c194lsga3g84h";
};
}))
];
hydraPath = lib.makeBinPath (