mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
mpd: use pulseaudio in buildInputs if pulseaudioSupport is true not if zipSupport is true
This commit is contained in:
parent
4426b8a3a1
commit
fc7fc7ce43
@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
|
||||
++ opt mpg123Support mpg123
|
||||
++ opt aacSupport faad2
|
||||
++ opt zipSupport zziplib
|
||||
++ opt zipSupport pulseaudio;
|
||||
++ opt pulseaudioSupport pulseaudio;
|
||||
|
||||
configureFlags =
|
||||
[ (mkFlag (!stdenv.isDarwin && alsaSupport) "alsa")
|
||||
|
Loading…
Reference in New Issue
Block a user