mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
Merge pull request #103894 from primeos/iproute-attribute-renaming
iproute: Rename the attribute to iproute2
This commit is contained in:
commit
1000615313
|
@ -18106,7 +18106,8 @@ in
|
|||
|
||||
iotop = callPackage ../os-specific/linux/iotop { };
|
||||
|
||||
iproute = callPackage ../os-specific/linux/iproute { };
|
||||
iproute2 = callPackage ../os-specific/linux/iproute { };
|
||||
iproute = iproute2; # Alias added 2020-11-15 (TODO: deprecate and move to pkgs/top-level/aliases.nix)
|
||||
|
||||
iproute_mptcp = callPackage ../os-specific/linux/iproute/mptcp.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue