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";
|
homepage = "https://www.foundationdb.org";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice lostnet ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in makeFdb
|
in makeFdb
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, lib, fetchurl, fetchpatch, fetchFromGitHub
|
, lib, fetchurl, fetchpatch, fetchFromGitHub
|
||||||
|
|
||||||
, cmake, ninja, which, findutils, m4, gawk
|
, cmake, ninja, which, findutils, m4, gawk
|
||||||
, python2, python3, openjdk, mono, libressl, boost
|
, python2, python3, openjdk, mono, libressl, boost168
|
||||||
}@args:
|
}@args:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -10,6 +10,7 @@ let
|
||||||
cmakeBuild = import ./cmake.nix (args // {
|
cmakeBuild = import ./cmake.nix (args // {
|
||||||
gccStdenv = gccStdenv;
|
gccStdenv = gccStdenv;
|
||||||
llvmPackages = llvmPackages;
|
llvmPackages = llvmPackages;
|
||||||
|
boost = boost168;
|
||||||
});
|
});
|
||||||
|
|
||||||
python3-six-patch = fetchpatch {
|
python3-six-patch = fetchpatch {
|
||||||
|
|
Loading…
Reference in a new issue