utillinux: drop alias, don't throw

It confuses node2nix, which looks for utillinux in pkgs but does not
expect a throw.
This commit is contained in:
Martin Weinelt 2022-09-25 12:30:14 +02:00
parent 12f1449d2b
commit ba3319568d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1172,7 +1172,6 @@ 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 ###