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:
Matthew Bauer
2020-07-21 10:24:53 -05:00
parent 4855aa62fa
commit 10aa776340
4 changed files with 37 additions and 12 deletions
+2
View File
@@ -86,4 +86,6 @@ in
libtapi = callPackage ../os-specific/darwin/libtapi {};
ios-deploy = callPackage ../os-specific/darwin/ios-deploy {};
})