about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-04-24 21:48:19 +0200
committerGitHub <noreply@github.com>2024-04-24 21:48:19 +0200
commit2432c6b82993fbcaf6e71d84ae172ef40f26c901 (patch)
tree35414ed351c29d70cbb02acd1af43fe6e72ab15c /doc
parent512b6bda5bf5bb37bd55752f469493b673624eb6 (diff)
parent17151c649e3eb0ac1e7be7707f9cfa385029c4c2 (diff)
downloadnixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.tar
nixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.tar.gz
nixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.tar.bz2
nixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.tar.lz
nixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.tar.xz
nixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.tar.zst
nixlib-2432c6b82993fbcaf6e71d84ae172ef40f26c901.zip
Merge pull request #271071 from pbsds/wrapAppImage-pname-redux
appimageTools.wrapAppImage: remove version from `pname`
Diffstat (limited to 'doc')
-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 8145fbd730f7..918d1e8c2951 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`