pulseaudioFull, libpulseaudio-vanilla: cleanup

These are already inherited in the parent derivation.
This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:12 +00:00
parent d35c199422
commit 735d2877cc
1 changed files with 0 additions and 2 deletions

View File

@ -13734,13 +13734,11 @@ in
bluetoothSupport = true; bluetoothSupport = true;
remoteControlSupport = true; remoteControlSupport = true;
zeroconfSupport = true; zeroconfSupport = true;
inherit (darwin.apple_sdk.frameworks) CoreServices AudioUnit Cocoa;
}; };
# libpulse implementations # libpulse implementations
libpulseaudio-vanilla = pulseaudio.override { libpulseaudio-vanilla = pulseaudio.override {
libOnly = true; libOnly = true;
inherit (darwin.apple_sdk.frameworks) CoreServices AudioUnit Cocoa;
}; };
apulse = callPackage ../misc/apulse { }; apulse = callPackage ../misc/apulse { };