diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 86ec30fdac..b57630871e 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Andreas Enge +;;; Copyright © 2013, 2014 Andreas Enge ;;; Copyright © 2014 Eric Bavier ;;; ;;; This file is part of GNU Guix. @@ -70,8 +70,9 @@ (define-public texlive ("fontconfig" ,fontconfig) ("freetype" ,freetype) ("gd" ,gd) - ("icu4c" ,icu4c) ("ghostscript" ,ghostscript) + ("graphite2" ,graphite2) + ("icu4c" ,icu4c) ("libpng" ,libpng) ("libxaw" ,libxaw) ("libxt" ,libxt) @@ -102,7 +103,7 @@ (define-public texlive "--with-system-cairo" "--with-system-freetype2" "--with-system-gd" - ;; "--with-system-graphite2" ; requires cmake build system + "--with-system-graphite2" ;; "--with-system-harfbuzz" ; requires --with-system-graphite2 "--with-system-icu" "--with-system-libgs"