util-linuxCurses: move to aliases
This commit is contained in:
parent
84384ca2d1
commit
135dbd8ec1
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue