~ruther/guix-local

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

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