nixpkgs/pkgs/applications/graphics/image_optim
kilianar 96c41775f0 image_optim: add oxipng, fix optional workers
Support for [oxipng](https://github.com/shssoichiro/oxipng) was added with [version 0.31.0](https://github.com/toy/image_optim/blob/master/CHANGELOG.markdown#v0310-2021-10-03). So we add `oxipng` as an optional dependency.

If some optional workers are disabled `image_optim` fails with an error message like:
```
Bin resolving errors:
pngout worker: `pngout` not found; please provide proper binary or disable this worker (--no-pngout argument or `:pngout => false` through options)
```
To fix the problem the flag `--no-program` is added while wrapping if the worker `program` is disabled.
2023-02-26 19:28:44 +01:00
..
default.nix image_optim: add oxipng, fix optional workers 2023-02-26 19:28:44 +01:00
Gemfile
Gemfile.lock image_optim: 0.26.3 -> 0.31.1 2022-06-17 08:56:40 +02:00
gemset.nix image_optim: 0.26.3 -> 0.31.1 2022-06-17 08:56:40 +02:00