voxelands: use up-to-date libpng

Seems to build fine with the current version of libpng, the override has been removed.
This commit is contained in:
Thomas Gerbet
2023-11-21 20:01:37 +01:00
parent e1d09cc0fd
commit 49ad896d60
+1 -3
View File
@@ -38562,9 +38562,7 @@ with pkgs;
vms-empire = callPackage ../games/vms-empire { };
voxelands = callPackage ../games/voxelands {
libpng = libpng12;
};
voxelands = callPackage ../games/voxelands { };
vvvvvv = callPackage ../games/vvvvvv {
inherit (darwin.apple_sdk.frameworks) Foundation IOKit;