diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-09 13:42:34 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-06-09 21:03:35 -0400 |
commit | 9a0968816f831ee6bc2343c3aca254bbbf9958cc (patch) | |
tree | 1df15d60587240a2385163ac7df0070ab8b194c1 /gnu/packages/gnome.scm | |
parent | 94e10cf4bd384cbda5d8c9dd37a0c13a6e9549f0 (diff) |
gnu: evince: Enable XPS document support.
* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
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) |