Merge pull request #9794 from taku0/libao_for_darwin
libao: enable libcap only on Linux
This commit is contained in:
commit
520958d891
@ -10,8 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig libcap ] ++
|
[ pkgconfig ] ++
|
||||||
lib.optional stdenv.isLinux (if usePulseAudio then libpulseaudio else alsaLib);
|
lib.optional stdenv.isLinux (if usePulseAudio then libpulseaudio else alsaLib) ++
|
||||||
|
lib.optional stdenv.isLinux libcap;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user