fmt: fix static musl build

This commit is contained in:
Frederik Rietdijk
2020-01-03 12:51:45 +01:00
parent 6ee60b37fc
commit 157ca8eb75
+3
View File
@@ -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;
}; };