Merge pull request #17920 from womfoo/fix/supertuxkart-build
supertuxkart: fix build
This commit is contained in:
commit
addc008fd4
|
@ -1,6 +1,6 @@
|
||||||
{ fetchgit, fetchsvn, cmake, stdenv, plib, SDL, openal, freealut, mesa
|
{ fetchgit, fetchsvn, cmake, stdenv, plib, SDL, openal, freealut, mesa
|
||||||
, libvorbis, libogg, gettext, libXxf86vm, curl, pkgconfig
|
, libvorbis, libogg, gettext, libXxf86vm, curl, pkgconfig
|
||||||
, fribidi, autoconf, automake, libtool, bluez, libjpeg }:
|
, fribidi, autoconf, automake, libtool, bluez, libjpeg, libpng }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "supertuxkart-${version}";
|
name = "supertuxkart-${version}";
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
plib SDL openal freealut mesa libvorbis libogg gettext
|
plib SDL openal freealut mesa libvorbis libogg gettext
|
||||||
libXxf86vm curl pkgconfig fribidi autoconf automake libtool cmake bluez libjpeg
|
libXxf86vm curl pkgconfig fribidi autoconf automake libtool cmake bluez libjpeg libpng
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in New Issue