summary refs log tree commit diff
path: root/pkgs/development/tools/xcbuild
diff options
context:
space:
mode:
authorDaniel Peebles <copumpkin@users.noreply.github.com>2017-03-22 12:33:37 -0400
committerGitHub <noreply@github.com>2017-03-22 12:33:37 -0400
commit9e95fb05c5b37fb10d8aa865390fd1a9e52b7175 (patch)
tree0b5efeda14ce65c97225c435aac0e413f8e6b36a /pkgs/development/tools/xcbuild
parenta92dfe78e95ebe86736c6b02a0cadf939948f18c (diff)
downloadnixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.tar
nixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.tar.gz
nixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.tar.bz2
nixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.tar.lz
nixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.tar.xz
nixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.tar.zst
nixlib-9e95fb05c5b37fb10d8aa865390fd1a9e52b7175.zip
Fix typo
I should learn to type properly 🙃
Diffstat (limited to 'pkgs/development/tools/xcbuild')
-rw-r--r--pkgs/development/tools/xcbuild/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/xcbuild/wrapper.nix b/pkgs/development/tools/xcbuild/wrapper.nix
index 6840694f6991..ab6605e91b10 100644
--- a/pkgs/development/tools/xcbuild/wrapper.nix
+++ b/pkgs/development/tools/xcbuild/wrapper.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
     ln -s ${platform} $out/Platforms/nixpkgs.platform
 
     mkdir -p $out/Toolchains/
-    ln -s ${toolchain} $out/Toolchains/nixpkgs.xctoolahin
+    ln -s ${toolchain} $out/Toolchains/nixpkgs.xctoolchain
 
     wrapProgram $out/bin/xcodebuild \
       --add-flags "-xcconfig ${xcconfig}" \