mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
xfce.tumbler: enable EPUB thumbnailer support
Introduced in https://gitlab.xfce.org/xfce/tumbler/-/merge_requests/6
This commit is contained in:
parent
36bbafd1ad
commit
d08d66c216
@ -4,6 +4,7 @@
|
||||
, gdk-pixbuf
|
||||
, glib
|
||||
, freetype
|
||||
, libgepub
|
||||
, libgsf
|
||||
, poppler
|
||||
, gst_all_1
|
||||
@ -26,6 +27,7 @@ mkXfceDerivation {
|
||||
gdk-pixbuf
|
||||
glib
|
||||
gst_all_1.gst-plugins-base
|
||||
libgepub # optional EPUB thumbnailer support
|
||||
libgsf
|
||||
poppler # technically the glib binding
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user