summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-10-29 20:44:06 +0100
committerAndreas Enge <andreas@enge.fr>2014-10-29 21:21:49 +0100
commit7591698210870150a51bd6665efa05ced8dda80e (patch)
tree32501aed3e960feff6655c7439ac1575f6a5f2db
parent4797d84ddb090eae8bde26c6fe61418abe99889e (diff)
downloadguix-7591698210870150a51bd6665efa05ced8dda80e.tar.gz
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.
-rw-r--r--gnu/packages/texlive.scm3
1 files changed, 2 insertions, 1 deletions
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"