snappy: add pkgsStatic support

This commit is contained in:
Tobias Mayer
2019-12-29 23:30:22 +01:00
parent 0aeacdeaae
commit a244885c63
2 changed files with 9 additions and 3 deletions
+3
View File
@@ -206,6 +206,9 @@ in {
woff2 = super.woff2.override {
static = true;
};
snappy = super.snappy.override {
static = true;
};
lz4 = super.lz4.override {
enableShared = false;
enableStatic = true;