about summary refs log tree commit diff
path: root/doc/build-helpers
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-30 01:28:38 +0100
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-24 15:26:52 +0200
commitbbb1f25bfb5b8b956caab23e49b705640ea1dc3c (patch)
tree6a03d3158fdea62f6401dde16a12e436c536d252 /doc/build-helpers
parentb8100ca5e4d982e642420815331e35720632f353 (diff)
buildFHSEnvBubblewrap: do not infer `pname` from `name`
Diffstat (limited to 'doc/build-helpers')
-rw-r--r--doc/build-helpers/special/fhs-environments.section.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build-helpers/special/fhs-environments.section.md b/doc/build-helpers/special/fhs-environments.section.md
index 8145fbd730f7e..918d1e8c2951d 100644
--- a/doc/build-helpers/special/fhs-environments.section.md
+++ b/doc/build-helpers/special/fhs-environments.section.md
@@ -6,7 +6,11 @@ It uses Linux' namespaces feature to create temporary lightweight environments w
 Accepted arguments are:
 
 - `name`
-        The name of the environment and the wrapper executable.
+        The name of the environment, and the wrapper executable if `pname` is unset.
+- `pname`
+        The pname of the environment and the wrapper executable.
+- `version`
+        The version of the environment.
 - `targetPkgs`
         Packages to be installed for the main host's architecture (i.e. x86_64 on x86_64 installations). Along with libraries binaries are also installed.
 - `multiPkgs`