From 0b6a7a953d7bc7aa453683919c7bbcadad739aa3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 14 Oct 2022 17:14:59 +0200 Subject: [PATCH] Revert "utillinux: drop alias, don't throw" This reverts commit ba3319568df2c6675dbe36478fb3edf16e114ac3. 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. --- pkgs/top-level/aliases.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index ccc5c0c3292d..be417f023e54 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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 ###