summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-07-20 10:50:41 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2020-07-21 10:24:53 -0500
commit10aa776340cccc35071e09dc883dbd944aaadeba (patch)
tree385e5aa44a421d3b8c8b7a5d99f90cd7abe67526 /pkgs/top-level
parent4855aa62fa13052fb1a3daea68971503ab07a744 (diff)
downloadnixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.tar
nixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.tar.gz
nixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.tar.bz2
nixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.tar.lz
nixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.tar.xz
nixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.tar.zst
nixpkgs-10aa776340cccc35071e09dc883dbd944aaadeba.zip
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.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/darwin-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/darwin-packages.nix b/pkgs/top-level/darwin-packages.nix
index 9423aa30725..02184a5685e 100644
--- a/pkgs/top-level/darwin-packages.nix
+++ b/pkgs/top-level/darwin-packages.nix
@@ -86,4 +86,6 @@ in
 
   libtapi = callPackage ../os-specific/darwin/libtapi {};
 
+  ios-deploy = callPackage ../os-specific/darwin/ios-deploy {};
+
 })