glog: remove the "static" option

pkgsStatic.glog already has CMAKE_BUILD_SHARED set to OFF.
This commit is contained in:
Dmitry Kalinkin
2020-01-03 11:42:52 -05:00
parent 7e2c821e58
commit 4541012bdb
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -193,9 +193,6 @@ in {
gflags = super.gflags.override {
enableShared = false;
};
glog = super.glog.override {
static = true;
};
cdo = super.cdo.override {
enable_all_static = true;
};