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"; 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

View file

@ -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 {