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
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2606,9 +2606,7 @@ (define-public evince
("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)