tor-browser-bundle-bin: add gsettings-schemas

See https://github.com/NixOS/nixpkgs/issues/46587
This commit is contained in:
Joachim Fasting 2018-09-13 17:37:57 +02:00
parent ed7b654a21
commit 5710ee3bef
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -44,6 +44,7 @@
, glibcLocales
, hicolor-icon-theme
, shared-mime-info
, gsettings-desktop-schemas
# Whether to disable multiprocess support to work around crashing tabs
# TODO: fix the underlying problem instead of this terrible work-around
@ -267,6 +268,11 @@ stdenv.mkDerivation rec {
hicolor-icon-theme
shared-mime-info
]}
WRAPPER_XDG_DATA_DIRS+=":"${concatMapStringsSep ":" (x: "${x}/share/gsettings-schemas/${x.name}") [
glib
gsettings-desktop-schemas
gtk3
]};
# Generate wrapper
mkdir -p $out/bin