pulseaudio: fix build with strictDeps

Artturin f7effe33 66ee1359

+2 -1
+2 -1
pkgs/servers/pulseaudio/default.nix
··· 40 40 41 41 outputs = [ "out" "dev" ]; 42 42 43 - nativeBuildInputs = [ pkg-config autoreconfHook makeWrapper perlPackages.perl perlPackages.XMLParser ]; 43 + nativeBuildInputs = [ pkg-config autoreconfHook makeWrapper perlPackages.perl perlPackages.XMLParser ] 44 + ++ lib.optionals stdenv.isLinux [ glib ]; 44 45 45 46 propagatedBuildInputs = 46 47 lib.optionals stdenv.isLinux [ libcap ];