mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
Merge pull request #269024 from LeSuisse/voxelands-use-up-to-date-libpng
voxelands: use up-to-date libpng
This commit is contained in:
commit
5659eb6904
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user