games/warsow: Needs libjpeg62.
svn path=/nixpkgs/trunk/; revision=19891
This commit is contained in:
parent
357a19ec4e
commit
1d6086a742
|
@ -8523,9 +8523,10 @@ let
|
|||
};
|
||||
|
||||
warsow = import ../games/warsow {
|
||||
inherit stdenv fetchurl unzip pkgconfig zlib curl libjpeg libvorbis SDL
|
||||
inherit stdenv fetchurl unzip pkgconfig zlib curl libvorbis SDL
|
||||
mesa openal;
|
||||
inherit (xlibs) libXxf86dga libXxf86vm libXinerama;
|
||||
libjpeg = libjpeg62;
|
||||
};
|
||||
|
||||
xboard = builderDefsPackage (import ../games/xboard) {
|
||||
|
|
Loading…
Reference in New Issue