pulseeffects: Deprecate the old name

pulseeffects no longer supports PulseAudio.
Let’s move it to a new attribute name to avoid the breakage.
master
Jan Tojnar 2021-02-13 03:32:54 +01:00
parent 94f90e8c2c
commit 0ac9e9b328
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -18083,7 +18083,7 @@ in
libpulseaudio = libpulseaudio-vanilla;
pulseeffects = callPackage ../applications/audio/pulseeffects {
pulseeffects-pw = callPackage ../applications/audio/pulseeffects {
boost = boost172;
};