tor-browser-bundle-bin: add gsettings-schemas
See https://github.com/NixOS/nixpkgs/issues/46587
This commit is contained in:
parent
ed7b654a21
commit
5710ee3bef
@ -44,6 +44,7 @@
|
|||||||
, glibcLocales
|
, glibcLocales
|
||||||
, hicolor-icon-theme
|
, hicolor-icon-theme
|
||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
|
||||||
# Whether to disable multiprocess support to work around crashing tabs
|
# Whether to disable multiprocess support to work around crashing tabs
|
||||||
# TODO: fix the underlying problem instead of this terrible work-around
|
# TODO: fix the underlying problem instead of this terrible work-around
|
||||||
@ -267,6 +268,11 @@ stdenv.mkDerivation rec {
|
|||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
]}
|
]}
|
||||||
|
WRAPPER_XDG_DATA_DIRS+=":"${concatMapStringsSep ":" (x: "${x}/share/gsettings-schemas/${x.name}") [
|
||||||
|
glib
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gtk3
|
||||||
|
]};
|
||||||
|
|
||||||
# Generate wrapper
|
# Generate wrapper
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user