3
0
Fork 0
forked from mirrors/nixpkgs

Need pulseaudio or alsalibs for sound.

This commit is contained in:
Jack Cummings 2012-12-18 00:07:24 -08:00
parent d1254fa27e
commit 36e946c34f

View file

@ -1,4 +1,4 @@
{ stdenv, requireFile, SDL }: { stdenv, requireFile, SDL, pulseaudio, alsaLib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "vessel-12082012"; name = "vessel-12082012";
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
ld_preload = ./isatty.c; ld_preload = ./isatty.c;
libPath = stdenv.lib.makeLibraryPath [ stdenv.gcc.gcc stdenv.gcc.libc ] libPath = stdenv.lib.makeLibraryPath [ stdenv.gcc.gcc stdenv.gcc.libc ]
+ ":" + stdenv.lib.makeLibraryPath [ SDL ] ; + ":" + stdenv.lib.makeLibraryPath [ SDL pulseaudio alsaLib ] ;
installPhase = '' installPhase = ''
ensureDir $out/libexec/strangeloop/vessel/ ensureDir $out/libexec/strangeloop/vessel/