Skip to content

Commit

Permalink
xfce4-14.tumbler: manually wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Sep 26, 2019
1 parent debe4ff commit 28a7e8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/desktops/xfce4-14/tumbler/default.nix
Expand Up @@ -27,4 +27,9 @@ mkXfceDerivation {
libgsf
poppler # technically the glib binding
];

# WrapGAppsHook won't touch this binary automatically, so we wrap manually.
postFixup = ''
wrapProgram $out/lib/tumbler-1/tumblerd "''${gappsWrapperArgs[@]}"
'';
}

0 comments on commit 28a7e8f

Please sign in to comment.