mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
fmt: fix static musl build
This commit is contained in:
parent
6ee60b37fc
commit
157ca8eb75
@ -143,6 +143,9 @@ in {
|
||||
static = true;
|
||||
shared = false;
|
||||
};
|
||||
fmt = super.fmt.override {
|
||||
enableShared = false;
|
||||
};
|
||||
gifsicle = super.gifsicle.override {
|
||||
static = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user