summary refs log tree commit diff
path: root/gnu/packages/texlive.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-10-29 18:43:45 +0100
committerAndreas Enge <andreas@enge.fr>2014-10-29 21:21:49 +0100
commit283fd55b4185ed9d20a130b0253676a0d2bbb934 (patch)
tree1519b2ea9989149ea20150157b519dfea8a150c8 /gnu/packages/texlive.scm
parent609578a7d050adcb69636f642fec74203ba4cce1 (diff)
downloadguix-283fd55b4185ed9d20a130b0253676a0d2bbb934.tar.gz
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.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r--gnu/packages/texlive.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 9f0f324019..0812ab9978 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -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"