forked from mirrors/nixpkgs
Need pulseaudio or alsalibs for sound.
This commit is contained in:
parent
d1254fa27e
commit
36e946c34f
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue