mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
xfce.tumbler: enable webp thumbnailer support
This commit is contained in:
parent
6423eb0fb7
commit
cf616388d2
@ -8,6 +8,7 @@
|
||||
, libgsf
|
||||
, poppler
|
||||
, gst_all_1
|
||||
, webp-pixbuf-loader
|
||||
, libxfce4util
|
||||
}:
|
||||
|
||||
@ -32,6 +33,12 @@ mkXfceDerivation {
|
||||
poppler # technically the glib binding
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
--prefix XDG_DATA_DIRS : "${webp-pixbuf-loader}/share"
|
||||
)
|
||||
'';
|
||||
|
||||
# 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