~ruther/guix-local

283fd55b4185ed9d20a130b0253676a0d2bbb934 — Andreas Enge 11 years ago 609578a
gnu: texlive: Drop obsolete input t1lib.

* gnu/packages/texlive.scm (texlive): Drop input t1lib and the corresponding
    configure flag.
    Since texlive-2013, xdvi uses freetype instead of t1lib for rendering.
1 files changed, 0 insertions(+), 2 deletions(-)

M gnu/packages/texlive.scm
M gnu/packages/texlive.scm => gnu/packages/texlive.scm +0 -2
@@ 83,7 83,6 @@
             ;; FIXME: Add interpreters fontforge and ruby,
             ;; once they are available.
             ("teckit" ,teckit)
             ("t1lib" ,t1lib)
             ("zlib" ,zlib)
             ("zziplib" ,zziplib)))
   (native-inputs


@@ 114,7 113,6 @@
         "--with-system-pixman"
         "--with-system-poppler"
;;          "--with-system-potrace"
         "--with-system-t1lib"
         "--with-system-teckit"
         "--with-system-xpdf"
         "--with-system-zlib"