xcbuild: add name to platform.nix

This commit is contained in:
Matthew Bauer
2016-11-15 18:58:13 -06:00
parent 9f46587841
commit 25485ece2a
6 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp ./contacts-*/Build/Products/Default-*/contacts $out/bin
cp ./contacts-*/Build/Products/Default/contacts $out/bin
'';
NIX_LDFLAGS = " -F${Foundation}/Library/Frameworks/ -F${AddressBook}/Library/Frameworks/";