mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
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
|
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
|
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
|
usbguard-nox = usbguard; # Added 2019-09-04
|
||||||
|
util-linuxCurses = util-linux; # Added 2022-04-12
|
||||||
utillinux = util-linux; # Added 2020-11-24
|
utillinux = util-linux; # Added 2020-11-24
|
||||||
|
|
||||||
### V ###
|
### V ###
|
||||||
|
|
|
@ -23475,8 +23475,6 @@ with pkgs;
|
||||||
util-linux = if stdenv.isLinux then callPackage ../os-specific/linux/util-linux { }
|
util-linux = if stdenv.isLinux then callPackage ../os-specific/linux/util-linux { }
|
||||||
else unixtools.util-linux;
|
else unixtools.util-linux;
|
||||||
|
|
||||||
util-linuxCurses = util-linux;
|
|
||||||
|
|
||||||
util-linuxMinimal = if stdenv.isLinux then util-linux.override {
|
util-linuxMinimal = if stdenv.isLinux then util-linux.override {
|
||||||
nlsSupport = false;
|
nlsSupport = false;
|
||||||
ncurses = null;
|
ncurses = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue