Skip to content

Commit

Permalink
libmikmod: remove duplicate libpulseaudio dep
Browse files Browse the repository at this point in the history
This is already included as a propagatedBuildInput, so no need to have
it also be a buildInput.
  • Loading branch information
alyssais committed Oct 24, 2018
1 parent 9a2fd03 commit 4807e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libmikmod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
};

buildInputs = [ texinfo ]
++ optionals stdenv.isLinux [ alsaLib libpulseaudio ]
++ optional stdenv.isLinux alsaLib
++ optional stdenv.isDarwin CoreAudio;
propagatedBuildInputs =
optional stdenv.isLinux libpulseaudio;
Expand Down

0 comments on commit 4807e04

Please sign in to comment.