foundationdb61: pin Boost dep to boost168 (#157967)
This commit is contained in:
parent
4a0ad7b714
commit
8b0b5be13a
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue