From 7591698210870150a51bd6665efa05ced8dda80e Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 29 Oct 2014 20:44:06 +0100 Subject: gnu: texlive: Use system potrace instead of bundled copy. * gnu/packages/texlive.scm (texlive): Add potrace as an input and modify the configure flags accordingly. --- gnu/packages/texlive.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/texlive.scm') diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 0812ab9978..9a4194bdac 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -80,6 +80,7 @@ ("libxt" ,libxt) ("pixman" ,pixman) ("poppler" ,poppler) + ("potrace" ,potrace) ;; FIXME: Add interpreters fontforge and ruby, ;; once they are available. ("teckit" ,teckit) @@ -112,7 +113,7 @@ "--with-system-libpng" "--with-system-pixman" "--with-system-poppler" -;; "--with-system-potrace" + "--with-system-potrace" "--with-system-teckit" "--with-system-xpdf" "--with-system-zlib" -- cgit v1.2.3