diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-05-15 16:34:35 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-07-15 13:14:25 +0200 |
commit | a0c4465e7c2fd7de2f78eb18a9574485dec413ff (patch) | |
tree | 4126c9bde3974ab563fd61efa223710ba4bfdf56 /gnu | |
parent | e89036e2f18a558ecc810dadb428ee07e04442a6 (diff) | |
download | guix-a0c4465e7c2fd7de2f78eb18a9574485dec413ff.tar.gz |
gnu: evince: Build with libkpathsea.
* gnu/packages/gnome.scm (evince)[inputs]: Add libkpathsea.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f3133c98ae..39102dc798 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) |