arrow-cpp: fix for zstd 1.3.6+ (#48928)

This commit is contained in:
Dmitry Kalinkin
2018-10-24 04:50:01 -04:00
committed by xeji
parent 53715963be
commit c88e09d46f
2 changed files with 20 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
# patch to fix python-test
./darwin.patch
# facebook/zstd#1385
./zstd136.patch
];
nativeBuildInputs = [ cmake ];