pulseaudioFull, libpulseaudio-vanilla: cleanup
These are already inherited in the parent derivation.
This commit is contained in:
parent
d35c199422
commit
735d2877cc
|
@ -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 { };
|
||||||
|
|
Loading…
Reference in New Issue