woff2: add pkgsStatic support

This commit is contained in:
Tobias Mayer
2019-12-29 23:30:21 +01:00
parent 812ccd8e4c
commit 0aeacdeaae
3 changed files with 50 additions and 5 deletions
+3
View File
@@ -203,6 +203,9 @@ in {
# it doesnt like the --disable-shared flag
stdenv = super.stdenv;
};
woff2 = super.woff2.override {
static = true;
};
lz4 = super.lz4.override {
enableShared = false;
enableStatic = true;