guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: evince: Build with libkpathsea.


From: guix-commits
Subject: 07/07: gnu: evince: Build with libkpathsea.
Date: Thu, 15 Jul 2021 07:43:14 -0400 (EDT)

leoprikler pushed a commit to branch master
in repository guix.

commit a0c4465e7c2fd7de2f78eb18a9574485dec413ff
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat May 15 16:34:35 2021 +0200

    gnu: evince: Build with libkpathsea.
    
    * gnu/packages/gnome.scm (evince)[inputs]: Add libkpathsea.
---
 gnu/packages/gnome.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f3133c9..39102dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2606,9 +2606,7 @@ forgotten when the session ends.")
        ("ghostscript" ,ghostscript)
        ("poppler" ,poppler)
        ("libtiff" ,libtiff)
-       ;; TODO:
-       ;;   Build libkpathsea as a shared library for DVI support.
-       ;; ("libkpathsea" ,texlive-bin)
+       ("texlive-libkpathsea" ,texlive-libkpathsea) ; for DVI support
        ("gnome-desktop" ,gnome-desktop)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gspell" ,gspell)



reply via email to

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