xfce4-14.tumbler: manually wrap
This commit is contained in:
parent
debe4ff0e4
commit
28a7e8fb75
|
@ -27,4 +27,9 @@ mkXfceDerivation {
|
||||||
libgsf
|
libgsf
|
||||||
poppler # technically the glib binding
|
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