diff --git a/doc/hooks/index.md b/doc/hooks/index.md index bac8306ff10e..18f66a7ddc05 100644 --- a/doc/hooks/index.md +++ b/doc/hooks/index.md @@ -48,6 +48,7 @@ unzip.section.md validatePkgConfig.section.md versionCheckHook.section.md waf.section.md +writable-tmpdir-as-home-hook.section.md zig.section.md xcbuild.section.md xfce4-dev-tools.section.md diff --git a/doc/hooks/writable-tmpdir-as-home-hook.section.md b/doc/hooks/writable-tmpdir-as-home-hook.section.md new file mode 100644 index 000000000000..2e530ff12e2a --- /dev/null +++ b/doc/hooks/writable-tmpdir-as-home-hook.section.md @@ -0,0 +1,5 @@ +# writableTmpDirAsHomeHook {#writableTmpDirAsHomeHook} + +This setup hook provides a writable home directory for packages that require it. + +To use, just add the hook to the `nativeBuildInputs` of the package. diff --git a/doc/redirects.json b/doc/redirects.json index 646b12a5a077..7c43a439ce01 100644 --- a/doc/redirects.json +++ b/doc/redirects.json @@ -1016,6 +1016,9 @@ "tar-files": [ "index.html#tar-files" ], + "writableTmpDirAsHomeHook": [ + "index.html#writableTmpDirAsHomeHook" + ], "x86_64-darwin-26.05": [ "release-notes.html#x86_64-darwin-26.05" ],