hydra: fix build with gcc7, incl. libpqxx update
It builds, but it's otherwise untested.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user