Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created March 24, 2020 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofpeace/2a833defd2cef0711c112909d4f44cb3 to your computer and use it in GitHub Desktop.
Save worldofpeace/2a833defd2cef0711c112909d4f44cb3 to your computer and use it in GitHub Desktop.
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix b/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
index 596ee816f89..18e933f971c 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel/wrapper.nix
@@ -32,12 +32,14 @@ symlinkJoin {
# has a plugin to search switchboard settings
postBuild = ''
make_glib_find_gsettings_schemas
+ find_gio_modules
gappsWrapperArgs+=(
--set WINGPANEL_INDICATORS_PATH "$out/lib/wingpanel"
--set SWITCHBOARD_PLUGS_PATH "${switchboard-with-plugs}/lib/switchboard"
)
+ gappsWrapperArgsHook
wrapGAppsHook
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment