diff options
author | Andreas Enge <andreas@enge.fr> | 2014-10-29 16:39:06 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-10-29 21:21:48 +0100 |
commit | c70cf7eb07e957305909fdcdfff3c36c2cd07ac7 (patch) | |
tree | a03cfaaa4d875375dfddfc2f5b79b50ed58e59f0 /gnu/packages/texlive.scm | |
parent | 27383915cefedb5c166458f3c04ace3a5df51e2f (diff) | |
download | guix-c70cf7eb07e957305909fdcdfff3c36c2cd07ac7.tar guix-c70cf7eb07e957305909fdcdfff3c36c2cd07ac7.tar.gz |
gnu: texlive: Use system harfbuzz instead of bundled copy.
* gnu/packages/texlive.scm (texlive): Add harfbuzz as an input and modify
the configure flags accordingly.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r-- | gnu/packages/texlive.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index b57630871e..3b36ad221a 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -72,6 +72,7 @@ ("gd" ,gd) ("ghostscript" ,ghostscript) ("graphite2" ,graphite2) + ("harfbuzz" ,harfbuzz) ("icu4c" ,icu4c) ("libpng" ,libpng) ("libxaw" ,libxaw) @@ -104,7 +105,7 @@ "--with-system-freetype2" "--with-system-gd" "--with-system-graphite2" - ;; "--with-system-harfbuzz" ; requires --with-system-graphite2 + "--with-system-harfbuzz" "--with-system-icu" "--with-system-libgs" "--with-system-libpng" |