xcbuild: update meta and comments

This commit is contained in:
Matthew Bauer
2016-11-15 19:13:22 -06:00
parent 437bdc5e4b
commit 4685bd7853
4 changed files with 19 additions and 9 deletions
+1
View File
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
cp ./contacts-*/Build/Products/Default/contacts $out/bin
'';
## FIXME: the framework setup hook isn't adding these correctly
NIX_LDFLAGS = " -F${Foundation}/Library/Frameworks/ -F${AddressBook}/Library/Frameworks/";
meta = with stdenv.lib; {