fmt: fix static musl build
This commit is contained in:
@@ -143,6 +143,9 @@ in {
|
|||||||
static = true;
|
static = true;
|
||||||
shared = false;
|
shared = false;
|
||||||
};
|
};
|
||||||
|
fmt = super.fmt.override {
|
||||||
|
enableShared = false;
|
||||||
|
};
|
||||||
gifsicle = super.gifsicle.override {
|
gifsicle = super.gifsicle.override {
|
||||||
static = true;
|
static = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user