~ruther/guix-local

7591698210870150a51bd6665efa05ced8dda80e — Andreas Enge 11 years ago 4797d84
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/texlive.scm
M gnu/packages/texlive.scm => gnu/packages/texlive.scm +2 -1
@@ 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"