gnu: tumbler: Fix pdf thumbnailer.
* gnu/packages/xfce.scm (tumbler)[inputs]: Add cairo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
befac35876
commit
2a6f5190cf
|
@ -283,6 +283,7 @@ merging features essential for loading menus modified with menu editors.")
|
|||
(inputs
|
||||
`(("dbus" ,dbus)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("cairo" ,cairo) ;; Needed for pdf thumbnails (poppler-glibc.pc)
|
||||
("freetype" ,freetype)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libgsf" ,libgsf)
|
||||
|
|
Loading…
Reference in New Issue