libao: fix list nesting

This commit is contained in:
Vladimír Čunát 2015-07-18 10:23:16 +02:00
parent b80a497b85
commit 0a00e06f91

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ pkgconfig libcap ] ++
lib.optional stdenv.isLinux (if usePulseAudio then [ libpulseaudio ] else [ alsaLib ]);
lib.optional stdenv.isLinux (if usePulseAudio then libpulseaudio else alsaLib);
meta = {
longDescription = ''