pulseaudio: fix build with strictDeps

This commit is contained in:
Artturin 2021-10-23 12:59:28 +03:00
parent 66ee13595f
commit f7effe330a

View file

@ -40,7 +40,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkg-config autoreconfHook makeWrapper perlPackages.perl perlPackages.XMLParser ];
nativeBuildInputs = [ pkg-config autoreconfHook makeWrapper perlPackages.perl perlPackages.XMLParser ]
++ lib.optionals stdenv.isLinux [ glib ];
propagatedBuildInputs =
lib.optionals stdenv.isLinux [ libcap ];