ios-deploy: move out of nodePackages
This doesn’t need nodePackages to work, so we can move it to pkgs/os-specific/darwin. Note that it still requires xcodebuild to work.
This commit is contained in:
@@ -86,4 +86,6 @@ in
|
||||
|
||||
libtapi = callPackage ../os-specific/darwin/libtapi {};
|
||||
|
||||
ios-deploy = callPackage ../os-specific/darwin/ios-deploy {};
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user