fmt: fix static musl build

This commit is contained in:
Frederik Rietdijk 2020-01-03 11:41:52 +01:00
parent 6ee60b37fc
commit 157ca8eb75

View file

@ -143,6 +143,9 @@ in {
static = true;
shared = false;
};
fmt = super.fmt.override {
enableShared = false;
};
gifsicle = super.gifsicle.override {
static = true;
};