Merge pull request #269024 from LeSuisse/voxelands-use-up-to-date-libpng

voxelands: use up-to-date libpng
This commit is contained in:
Rick van Schijndel 2023-12-14 23:34:25 +01:00 committed by GitHub
commit 5659eb6904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38551,9 +38551,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;