summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-03-16 16:03:43 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-03-16 16:03:43 +1000
commit64310869676abbb1e80a43cf9e9b64a8843c6b28 (patch)
treef32a0a578024331282c05a61098f58ebc1031f87 /doc
parent24d2ccd7cb1d7527561f41a9974c6db92ab28a40 (diff)
parentfda05db0c11a0ca81d73273d2b89a705c37ea793 (diff)
downloadnixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.tar
nixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.tar.gz
nixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.tar.bz2
nixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.tar.lz
nixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.tar.xz
nixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.tar.zst
nixpkgs-64310869676abbb1e80a43cf9e9b64a8843c6b28.zip
Merge remote-tracking branch 'origin/staging-next' into staging
 Conflicts:
	pkgs/development/python-modules/symengine/default.nix
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`.