double-conversion: add pkgsStatic support

This commit is contained in:
Tobias Mayer
2019-12-29 10:57:16 +01:00
parent c06a0b2c8c
commit 15fb93ac4f
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -170,6 +170,9 @@ in {
# --disable-shared flag
stdenv = super.stdenv;
};
double-conversion = super.double-conversion.override {
static = true;
};
gmp = super.gmp.override {
withStatic = true;
};