pulseeffects: Deprecate the old name
pulseeffects no longer supports PulseAudio. Let’s move it to a new attribute name to avoid the breakage.
This commit is contained in:
parent
94f90e8c2c
commit
0ac9e9b328
@ -533,6 +533,7 @@ mapAliases ({
|
||||
pyo3-pack = maturin;
|
||||
pmenu = throw "pmenu has been removed from nixpkgs, as its maintainer is no longer interested in the package."; # added 2019-12-10
|
||||
pulseaudioLight = pulseaudio; # added 2018-04-25
|
||||
pulseeffects = throw "Use pulseeffects-legacy if you use PulseAudio and pulseeffects-pw if you use PipeWire."; # added 2021-02-13, move back once we default to PipeWire audio server.
|
||||
phonon-backend-gstreamer = throw "phonon-backend-gstreamer: Please use libsForQt5.phonon-backend-gstreamer, as Qt4 support in this package has been removed."; # added 2019-11-22
|
||||
phonon-backend-vlc = throw "phonon-backend-vlc: Please use libsForQt5.phonon-backend-vlc, as Qt4 support in this package has been removed."; # added 2019-11-22
|
||||
phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
|
||||
|
@ -18083,7 +18083,7 @@ in
|
||||
|
||||
libpulseaudio = libpulseaudio-vanilla;
|
||||
|
||||
pulseeffects = callPackage ../applications/audio/pulseeffects {
|
||||
pulseeffects-pw = callPackage ../applications/audio/pulseeffects {
|
||||
boost = boost172;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user