iproute2mac: rename from darwin.iproute2mac

This commit is contained in:
Aaron Jheng
2024-12-08 11:24:29 +08:00
parent 2606a241d4
commit 51fe9136d9
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -67,6 +67,7 @@ mapAliases ({
insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04
ios-deploy = throw "'darwin.ios-deploy' has been renamed to 'ios-deploy'"; # added 2024-11-28
iproute2mac = lib.warnOnInstantiate "darwin.iproute2mac has been renamed to iproute2mac" pkgs.iproute2mac; # added 2024-12-08
### L ###
-2
View File
@@ -202,8 +202,6 @@ impure-cmds // apple-source-packages // apple-source-headers // stubs // {
inherit (pkgs.llvmPackages) clang-unwrapped;
};
iproute2mac = callPackage ../os-specific/darwin/iproute2mac { };
lsusb = callPackage ../os-specific/darwin/lsusb { };
openwith = callPackage ../os-specific/darwin/openwith { };