1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

znes needs libpng12

This commit is contained in:
Florian Friesdorf 2012-11-26 12:58:30 +01:00
parent cc4aab2025
commit ca429c3b61

View file

@ -9070,7 +9070,9 @@ let
inherit (stdenv) mkDerivation;
};
zsnes = callPackage_i686 ../misc/emulators/zsnes { };
zsnes = callPackage_i686 ../misc/emulators/zsnes {
libpng = libpng12;
};
misc = import ../misc/misc.nix { inherit pkgs stdenv; };