glog: add pkgsStatic support

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