mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
27383915ce
commit
c70cf7eb07
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ (define-public texlive
|
|||
("gd" ,gd)
|
||||
("ghostscript" ,ghostscript)
|
||||
("graphite2" ,graphite2)
|
||||
("harfbuzz" ,harfbuzz)
|
||||
("icu4c" ,icu4c)
|
||||
("libpng" ,libpng)
|
||||
("libxaw" ,libxaw)
|
||||
|
@ -104,7 +105,7 @@ (define-public texlive
|
|||
"--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"
|
||||
|
|
Loading…
Reference in a new issue