foundationdb61: pin Boost dep to boost168 (#157967)

This commit is contained in:
Will Young 2022-02-08 04:01:47 +00:00 committed by GitHub
parent 4a0ad7b714
commit 8b0b5be13a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -123,7 +123,7 @@ let
homepage = "https://www.foundationdb.org";
license = licenses.asl20;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ thoughtpolice ];
maintainers = with maintainers; [ thoughtpolice lostnet ];
};
};
in makeFdb

View file

@ -2,7 +2,7 @@
, lib, fetchurl, fetchpatch, fetchFromGitHub
, cmake, ninja, which, findutils, m4, gawk
, python2, python3, openjdk, mono, libressl, boost
, python2, python3, openjdk, mono, libressl, boost168
}@args:
let
@ -10,6 +10,7 @@ let
cmakeBuild = import ./cmake.nix (args // {
gccStdenv = gccStdenv;
llvmPackages = llvmPackages;
boost = boost168;
});
python3-six-patch = fetchpatch {