zstd: build with CMake

CMake is used for static builds because the Makefile does not
offer a way to disable the shared library.
This commit is contained in:
Tobias Mayer
2019-12-29 10:57:15 +01:00
parent 3ad650a14b
commit c06a0b2c8c
2 changed files with 25 additions and 30 deletions
+4
View File
@@ -223,6 +223,10 @@ in {
staticOnly = true;
};
zstd = super.zstd.override {
enableShared = false;
};
llvmPackages_8 = super.llvmPackages_8 // {
libraries = super.llvmPackages_8.libraries // rec {
libcxxabi = super.llvmPackages_8.libraries.libcxxabi.override {