util-linuxCurses: move to aliases

main
Sandro Jäckel 2 years ago
parent 84384ca2d1
commit 135dbd8ec1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 1
      pkgs/top-level/aliases.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -1297,6 +1297,7 @@ mapAliases ({
urxvt_vtwheel = rxvt-unicode-plugins.vtwheel; # Added 2020-02-02
usb_modeswitch = throw "'usb_modeswitch' has been renamed to/replaced by 'usb-modeswitch'"; # Converted to throw 2022-02-22
usbguard-nox = usbguard; # Added 2019-09-04
util-linuxCurses = util-linux; # Added 2022-04-12
utillinux = util-linux; # Added 2020-11-24
### V ###

@ -23475,8 +23475,6 @@ with pkgs;
util-linux = if stdenv.isLinux then callPackage ../os-specific/linux/util-linux { }
else unixtools.util-linux;
util-linuxCurses = util-linux;
util-linuxMinimal = if stdenv.isLinux then util-linux.override {
nlsSupport = false;
ncurses = null;

Loading…
Cancel
Save