summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-03-15 00:03:56 +0200
committerGitHub <noreply@github.com>2022-03-15 00:03:56 +0200
commitb54e7571e2c1dbad3b2a593ddf778b4447b0815b (patch)
tree7f93482eb60a7aaaca417b9fb7899c219ee9d593 /doc
parent3239fd2b8f728106491154b44625662e10259af2 (diff)
parent4330797dfb095d59f57bb65f04d4054a53089892 (diff)
downloadnixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.tar
nixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.tar.gz
nixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.tar.bz2
nixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.tar.lz
nixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.tar.xz
nixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.tar.zst
nixpkgs-b54e7571e2c1dbad3b2a593ddf778b4447b0815b.zip
Merge pull request #161739 from Artturin/gsettingsfhsenv
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`.