Revert "utillinux: drop alias, don't throw"

This reverts commit ba3319568d.

Removing aliases without warning is not ok, because it breaks a
lot of third party code, without a grace period during which the
ecosystem can adapt.
This commit is contained in:
Robert Hensing 2022-10-14 17:14:59 +02:00
parent b286501a5e
commit 0b6a7a953d

View file

@ -1195,6 +1195,7 @@ mapAliases ({
usb_modeswitch = throw "'usb_modeswitch' has been renamed to/replaced by 'usb-modeswitch'"; # Converted to throw 2022-02-22
usbguard-nox = throw "'usbguard-nox' has been renamed to/replaced by 'usbguard'"; # Converted to throw 2022-09-24
util-linuxCurses = util-linux; # Added 2022-04-12
utillinux = throw "'utillinux' has been renamed to/replaced by 'util-linux'"; # Converted to throw 2022-09-24
### V ###