openal: fix build on darwin
* disable alsaLib
This commit is contained in:
parent
8df4be3ee3
commit
ab067cf633
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "openal-soft-${version}.tar.bz2";
|
name = "openal-soft-${version}.tar.bz2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake alsaLib ];
|
buildInputs = [ cmake ] ++ stdenv.lib.optional (!stdenv.isDarwin) alsaLib;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "OpenAL, a cross-platform 3D audio API";
|
description = "OpenAL, a cross-platform 3D audio API";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user