pulseaudio: fix build with strictDeps
This commit is contained in:
parent
66ee13595f
commit
f7effe330a
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue