guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: evince: Enable XPS document support.


From: Kei Kebreau
Subject: 02/02: gnu: evince: Enable XPS document support.
Date: Fri, 9 Jun 2017 21:05:07 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 9a0968816f831ee6bc2343c3aca254bbbf9958cc
Author: Kei Kebreau <address@hidden>
Date:   Fri Jun 9 13:42:34 2017 -0400

    gnu: evince: Enable XPS document support.
    
    * gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4667e74..293df87 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]