Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
tor-browser-bundle-bin: add gsettings-schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Sep 13, 2018
1 parent ed7b654 commit 5710ee3
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5710ee3

Please sign in to comment.