libpng15: use it by some packages to fix build

This commit is contained in:
Vladimír Čunát 2013-02-16 18:07:37 +01:00
parent 64fd0379c8
commit 2f8616cc2e
1 changed files with 6 additions and 3 deletions

View File

@ -4579,13 +4579,14 @@ let
liquidwar = builderDefsPackage ../games/liquidwar {
inherit (xlibs) xproto libX11 libXrender;
inherit gmp mesa libjpeg libpng
inherit gmp mesa libjpeg
expat gettext perl
SDL SDL_image SDL_mixer SDL_ttf
curl sqlite
libogg libvorbis
;
guile = guile_1_8;
guile = guile_1_8;
libpng = libpng15; # 0.0.13 needs libpng 1.2--1.5
};
log4cxx = callPackage ../development/libraries/log4cxx { };
@ -6212,7 +6213,9 @@ let
nettools = callPackage ../os-specific/linux/net-tools { };
neverball = callPackage ../games/neverball { };
neverball = callPackage ../games/neverball {
libpng = libpng15;
};
numactl = callPackage ../os-specific/linux/numactl { };