summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-06-09 13:42:34 -0400
committerKei Kebreau <kei@openmailbox.org>2017-06-09 21:03:35 -0400
commit9a0968816f831ee6bc2343c3aca254bbbf9958cc (patch)
tree1df15d60587240a2385163ac7df0070ab8b194c1 /gnu
parent94e10cf4bd384cbda5d8c9dd37a0c13a6e9549f0 (diff)
downloadgnu-guix-9a0968816f831ee6bc2343c3aca254bbbf9958cc.tar
gnu-guix-9a0968816f831ee6bc2343c3aca254bbbf9958cc.tar.gz
gnu: evince: Enable XPS document support.
* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4667e7455d..293df870e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)