nixpkgs/pkgs/development/libraries/libspng
Jared Baur 5ea164c8db
libspng: fix cross compile
libpng is needed to build a test executable, not included in the final
output. Without libpng in buildInputs, we get the following error:
```
libspng-aarch64-unknown-linux-gnu> Run-time dependency libpng found: NO (tried pkgconfig and cmake)
libspng-aarch64-unknown-linux-gnu> Looking for a fallback subproject for the dependency libpng
libspng-aarch64-unknown-linux-gnu> tests/meson.build:28:10: ERROR: Automatic wrap-based subproject downloading is disabled
```
2024-09-21 07:40:31 -07:00
..
default.nix