about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-07-01 06:36:05 +0200
committerAtemu <atemu.main@gmail.com>2023-07-01 13:41:14 +0200
commit62b2adc753eaec8c3b3b10593055e96450c82b36 (patch)
treec61a6254bc4c92b5929ba35bec6415faf2f16f39 /doc/builders
parent167264179b81749dc5550bd29c7efa4e3e7b782e (diff)
downloadnixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.tar
nixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.tar.gz
nixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.tar.bz2
nixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.tar.lz
nixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.tar.xz
nixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.tar.zst
nixlib-62b2adc753eaec8c3b3b10593055e96450c82b36.zip
buildFHSEnv: add multiArch flag
The intention is to allow the user control over whether 32bit deps are supposed
to be included in the fhsenv
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/special/fhs-environments.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/builders/special/fhs-environments.section.md b/doc/builders/special/fhs-environments.section.md
index 5a248e4ead92..8145fbd730f7 100644
--- a/doc/builders/special/fhs-environments.section.md
+++ b/doc/builders/special/fhs-environments.section.md
@@ -11,6 +11,8 @@ Accepted arguments are:
         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`
         Packages to be installed for all architectures supported by a host (i.e. i686 and x86_64 on x86_64 installations). Only libraries are installed by default.
+- `multiArch`
+        Whether to install 32bit multiPkgs into the FHSEnv in 64bit environments
 - `extraBuildCommands`
         Additional commands to be executed for finalizing the directory structure.
 - `extraBuildCommandsMulti`