pulseaudio-modules-bt: Use pulseaudioFull as pulseaudio
This is more likely to give binary cache hits for users
This commit is contained in:
parent
aae923a255
commit
60e4f936e2
@ -14245,7 +14245,10 @@ in
|
||||
|
||||
bluez5 = callPackage ../os-specific/linux/bluez { };
|
||||
|
||||
pulseaudio-modules-bt = callPackage ../applications/audio/pulseaudio-modules-bt { };
|
||||
pulseaudio-modules-bt = callPackage ../applications/audio/pulseaudio-modules-bt {
|
||||
# pulseaudio-modules-bt is most likely to be used with pulseaudioFull
|
||||
pulseaudio = pulseaudioFull;
|
||||
};
|
||||
|
||||
bluez = bluez5;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user