mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
xfce4-14.tumbler: manually wrap
This commit is contained in:
parent
debe4ff0e4
commit
28a7e8fb75
@ -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[@]}"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user