1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 00:00:32 +02:00

gnu: evince: Build with libkpathsea.

* gnu/packages/gnome.scm (evince)[inputs]: Add libkpathsea.
This commit is contained in:
Leo Prikler
2021-05-15 16:34:35 +02:00
parent e89036e2f1
commit a0c4465e7c

View File

@@ -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)