summary refs log tree commit diff
path: root/pkgs/development/tools/xcbuild
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2016-11-09 23:07:24 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2016-11-15 18:58:13 -0600
commit25485ece2a3568fd84291ce4d600199c53754619 (patch)
tree41d69e60c1491384fba9b4509884a901219c941f /pkgs/development/tools/xcbuild
parent9f46587841448decbb1ec8e46076e36838f82c93 (diff)
downloadnixlib-25485ece2a3568fd84291ce4d600199c53754619.tar
nixlib-25485ece2a3568fd84291ce4d600199c53754619.tar.gz
nixlib-25485ece2a3568fd84291ce4d600199c53754619.tar.bz2
nixlib-25485ece2a3568fd84291ce4d600199c53754619.tar.lz
nixlib-25485ece2a3568fd84291ce4d600199c53754619.tar.xz
nixlib-25485ece2a3568fd84291ce4d600199c53754619.tar.zst
nixlib-25485ece2a3568fd84291ce4d600199c53754619.zip
xcbuild: add name to platform.nix
Diffstat (limited to 'pkgs/development/tools/xcbuild')
-rw-r--r--pkgs/development/tools/xcbuild/platform.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/xcbuild/platform.nix b/pkgs/development/tools/xcbuild/platform.nix
index 491f1d6309f8..eea8ea5f9ebd 100644
--- a/pkgs/development/tools/xcbuild/platform.nix
+++ b/pkgs/development/tools/xcbuild/platform.nix
@@ -5,6 +5,7 @@ let
   Info = {
     CFBundleIdentifier = platformName;
     Type = "Platform";
+    Name = "macosx";
   };
 
   Version = {