Archived
1
0
Fork 0

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.
This commit is contained in:
Andreas Enge 2014-10-29 18:43:45 +01:00
parent 609578a7d0
commit 283fd55b41

View file

@ -83,7 +83,6 @@
;; FIXME: Add interpreters fontforge and ruby, ;; FIXME: Add interpreters fontforge and ruby,
;; once they are available. ;; once they are available.
("teckit" ,teckit) ("teckit" ,teckit)
("t1lib" ,t1lib)
("zlib" ,zlib) ("zlib" ,zlib)
("zziplib" ,zziplib))) ("zziplib" ,zziplib)))
(native-inputs (native-inputs
@ -114,7 +113,6 @@
"--with-system-pixman" "--with-system-pixman"
"--with-system-poppler" "--with-system-poppler"
;; "--with-system-potrace" ;; "--with-system-potrace"
"--with-system-t1lib"
"--with-system-teckit" "--with-system-teckit"
"--with-system-xpdf" "--with-system-xpdf"
"--with-system-zlib" "--with-system-zlib"