about summary refs log tree commit diff
path: root/nixpkgs/doc/hooks/xcbuild.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/hooks/xcbuild.section.md')
-rw-r--r--nixpkgs/doc/hooks/xcbuild.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/doc/hooks/xcbuild.section.md b/nixpkgs/doc/hooks/xcbuild.section.md
new file mode 100644
index 000000000000..bf404b64c3f9
--- /dev/null
+++ b/nixpkgs/doc/hooks/xcbuild.section.md
@@ -0,0 +1,3 @@
+# xcbuildHook {#xcbuildhook}
+
+Overrides the build and install phases to run the "xcbuild" command. This hook is needed when a project only comes with build files for the XCode build system. You can disable this behavior by setting buildPhase and configurePhase to a custom value. xcbuildFlags controls flags passed only to xcbuild.