summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-10-24 18:51:28 +0300
committerGitHub <noreply@github.com>2023-10-24 18:51:28 +0300
commit87896bfdd101c8e9d2a0231b7d240aea6a735606 (patch)
tree9c2016e1c33d683b68eb4ce545c6a8e71c2737fb /doc
parent493c73c8352d4568ccf6273fc8dcc344dfbffc72 (diff)
parentdd97082f16096cc46e3c42247a193a31dc0a333a (diff)
downloadnixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.tar
nixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.tar.gz
nixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.tar.bz2
nixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.tar.lz
nixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.tar.xz
nixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.tar.zst
nixpkgs-87896bfdd101c8e9d2a0231b7d240aea6a735606.zip
Merge pull request #261798 from blitz/systemd-minimization
Avoid Two Sets of systemd Binaries in System Closure
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/meson.section.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/hooks/meson.section.md b/doc/hooks/meson.section.md
index 93e7019c311..dc261271326 100644
--- a/doc/hooks/meson.section.md
+++ b/doc/hooks/meson.section.md
@@ -43,3 +43,12 @@ Disables using Meson’s `checkPhase`.
 ### `dontUseMesonInstall` {#dontusemesoninstall}
 
 Disables using Meson’s `installPhase`.
+
+### `mesonInstallFlags` {#mesoninstallflags}
+
+Controls the flags passed to meson install.
+
+### `mesonInstallTags` (#mesoninstalltags)
+
+Tags specified here will be passed to Meson as via `--tags` during
+installation and controls which components will be installed.