gflags: add pkgsStatic support

This commit is contained in:
Tobias Mayer
2019-12-29 10:57:16 +01:00
parent d567c7e497
commit 93da24ca80
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -176,6 +176,9 @@ in {
gmp = super.gmp.override {
withStatic = true;
};
gflags = super.gflags.override {
enableShared = false;
};
glog = super.glog.override {
static = true;
};