mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
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:
parent
b286501a5e
commit
0b6a7a953d
|
@ -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 ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue