summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-02-25 01:08:47 +0200
committerArtturin <Artturin@artturin.com>2022-03-03 01:22:09 +0200
commit3e7e6ab84a5a4facdbeea8941af9df471d66c839 (patch)
tree0733863230b289f47d7900e29ec9b26059fe0123 /doc
parent800013956d54e37c4803a0e6aa2ed57bf29c107a (diff)
downloadnixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.tar
nixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.tar.gz
nixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.tar.bz2
nixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.tar.lz
nixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.tar.xz
nixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.tar.zst
nixpkgs-3e7e6ab84a5a4facdbeea8941af9df471d66c839.zip
buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS location
We shouldn't need to use wrapGAppsHook in expressions
that use this builder.
Diffstat (limited to 'doc')
-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 43dc99b7c18..cacad261e28 100644
--- a/doc/builders/special/fhs-environments.section.md
+++ b/doc/builders/special/fhs-environments.section.md
@@ -45,3 +45,5 @@ One can create a simple environment using a `shell.nix` like that:
 ```
 
 Running `nix-shell` would then drop you into a shell with these libraries and binaries available. You can use this to run closed-source applications which expect FHS structure without hassles: simply change `runScript` to the application path, e.g. `./bin/start.sh` -- relative paths are supported.
+
+Additionally, the FHS builder links all relocated gsettings-schemas (the glib setup-hook moves them to `share/gsettings-schemas/${name}/glib-2.0/schemas`) to their standard FHS location. This means you don't need to wrap binaries with `wrapGAppsHook`.