double-conversion: add pkgsStatic support
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user