Extreme Tux Racer still requires libpng 1.2
svn path=/nixpkgs/trunk/; revision=33769
This commit is contained in:
@@ -3425,9 +3425,10 @@ let
|
||||
|
||||
extremetuxracer = builderDefsPackage (import ../games/extremetuxracer) {
|
||||
inherit mesa tcl freeglut SDL SDL_mixer pkgconfig
|
||||
libpng gettext intltool;
|
||||
gettext intltool;
|
||||
inherit (xlibs) libX11 xproto libXi inputproto
|
||||
libXmu libXext xextproto libXt libSM libICE;
|
||||
libpng = libpng12;
|
||||
};
|
||||
|
||||
eventlog = callPackage ../development/libraries/eventlog { };
|
||||
|
||||
Reference in New Issue
Block a user