arrow-cpp: add pkgsStatic support

This commit is contained in:
Tobias Mayer
2019-12-31 15:05:13 +01:00
parent 0a21b32234
commit 207db019ce
3 changed files with 26 additions and 2 deletions
+4
View File
@@ -162,6 +162,10 @@ in {
# --disable-shared flag
stdenv = super.stdenv;
};
arrow-cpp = super.arrow-cpp.override {
enableShared = false;
python = { pkgs = { python = null; numpy = null; }; };
};
boost = super.boost.override {
enableStatic = true;
enableShared = false;