zstd: build programs and tests against the shared library

This commit is contained in:
Dmitry Kalinkin
2020-07-02 12:10:15 -04:00
parent e640908b92
commit f6ef3ac294
2 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ in {
};
zstd = super.zstd.override {
enableShared = false;
static = true;
};
llvmPackages_8 = super.llvmPackages_8 // {