Merge pull request #31522 from Mankarse/folly-v2017.11.06.00

folly: 2017.07.24.00 -> 2017.11.06.00
This commit is contained in:
Graham Christensen 2017-11-11 10:11:18 -05:00 committed by GitHub
commit 417706dcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,23 +3,15 @@
stdenv.mkDerivation rec {
name = "folly-${version}";
version = "2017.07.24.00";
version = "2017.11.06.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "1cmqrm9yjxrw4xr1kcgzl0s7vcvp125wcgb0cz7whssgj11mf169";
sha256 = "11sn4gwqw94ygc2s4bzqy5k67v3rr20gy375brdcrl5rv0r2hhc0";
};
patches = [
# Fix compilation
(fetchpatch {
url = "https://github.com/facebook/folly/commit/9fc87c83d93f092859823ec32289ed1b6abeb683.patch";
sha256 = "0ix0grqlzm16hwa4rjbajjck8kr9lksh6c3gn7p3ihbbchsmlhvl";
})
];
nativeBuildInputs = [ autoreconfHook python pkgconfig ];
buildInputs = [ libiberty boost libevent double_conversion glog google-gflags openssl ];