Merge pull request #76659 from veprbl/pr/cmake_static_adapter

pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake
This commit is contained in:
Frederik Rietdijk
2020-01-06 11:58:18 +01:00
committed by GitHub
7 changed files with 13 additions and 22 deletions
-9
View File
@@ -185,21 +185,12 @@ in {
static = true;
twisted = null;
};
double-conversion = super.double-conversion.override {
static = true;
};
gmp = super.gmp.override {
withStatic = true;
};
gflags = super.gflags.override {
enableShared = false;
};
glog = super.glog.override {
static = true;
};
gtest = super.gtest.override {
static = true;
};
cdo = super.cdo.override {
enable_all_static = true;
};