double-conversion: remove the "static" option

pkgsStatic.double-conversion already has CMAKE_BUILD_SHARED set to OFF.
This commit is contained in:
Dmitry Kalinkin
2020-01-03 11:44:23 -05:00
parent 4541012bdb
commit bb890c4561
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -184,9 +184,6 @@ in {
static = true;
twisted = null;
};
double-conversion = super.double-conversion.override {
static = true;
};
gmp = super.gmp.override {
withStatic = true;
};