gnu: evince: Enable XPS document support.

* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
master
Kei Kebreau 2017-06-09 13:42:34 -04:00
parent 94e10cf4bd
commit 9a0968816f
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 2 deletions

View File

@ -625,13 +625,14 @@ forgotten when the session ends.")
(("gtk-update-icon-cache") "true"))
#t)))))
(inputs
`(("libspectre" ,libspectre)
`(("libarchive" ,libarchive)
("libgxps" ,libgxps)
("libspectre" ,libspectre)
("djvulibre" ,djvulibre)
("ghostscript" ,ghostscript)
("poppler" ,poppler)
("libtiff" ,libtiff)
;; TODO:
;; Add libgxps for XPS support.
;; Build libkpathsea as a shared library for DVI support.
;; ("libkpathsea" ,texlive-bin)
("gnome-desktop" ,gnome-desktop)