sng: use up-to-date libpng

sng 1.1.0 is compatible with more recent version of libpng.
This commit is contained in:
Thomas Gerbet 2023-11-21 19:48:36 +01:00
parent e1d09cc0fd
commit 0e7469d16e

View file

@ -13349,9 +13349,7 @@ with pkgs;
snet = callPackage ../tools/networking/snet { };
sng = callPackage ../tools/graphics/sng {
libpng = libpng12;
};
sng = callPackage ../tools/graphics/sng { };
snmpcheck = callPackage ../tools/networking/snmpcheck { };