fmt: fix static musl build
This commit is contained in:
parent
6ee60b37fc
commit
157ca8eb75
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user