gflags: add pkgsStatic support
This commit is contained in:
@@ -176,6 +176,9 @@ in {
|
||||
gmp = super.gmp.override {
|
||||
withStatic = true;
|
||||
};
|
||||
gflags = super.gflags.override {
|
||||
enableShared = false;
|
||||
};
|
||||
glog = super.glog.override {
|
||||
static = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user