mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
static: remove libjpeg static override
it is not necessary
This commit is contained in:
parent
d1d0ab9e36
commit
3463e6ad17
@ -95,9 +95,6 @@ in {
|
||||
static = true;
|
||||
shared = false;
|
||||
};
|
||||
libjpeg = super.libjpeg.override {
|
||||
static = true;
|
||||
};
|
||||
gifsicle = super.gifsicle.override {
|
||||
static = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user