summaryrefslogtreecommitdiff
path: root/gnu/packages/texlive.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-10-29 17:40:40 +0100
committerAndreas Enge <andreas@enge.fr>2014-10-29 21:21:49 +0100
commit609578a7d050adcb69636f642fec74203ba4cce1 (patch)
tree160921d1fc2334acd97fe20f34d611a7805aa580 /gnu/packages/texlive.scm
parentc70cf7eb07e957305909fdcdfff3c36c2cd07ac7 (diff)
gnu: texlive: Use system libpaper instead of bundled copy.
* gnu/packages/texlive.scm (texlive): Add libpaper as an input and modify the configure flags accordingly.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r--gnu/packages/texlive.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 3b36ad221a..9f0f324019 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -74,6 +74,7 @@
("graphite2" ,graphite2)
("harfbuzz" ,harfbuzz)
("icu4c" ,icu4c)
+ ("libpaper" ,libpaper)
("libpng" ,libpng)
("libxaw" ,libxaw)
("libxt" ,libxt)
@@ -108,9 +109,11 @@
"--with-system-harfbuzz"
"--with-system-icu"
"--with-system-libgs"
+ "--with-system-libpaper"
"--with-system-libpng"
"--with-system-pixman"
"--with-system-poppler"
+;; "--with-system-potrace"
"--with-system-t1lib"
"--with-system-teckit"
"--with-system-xpdf"