gnu: texlive: Use system graphite2 instead of bundled copy.
* gnu/packages/texlive.scm (texlive): Add graphite2 as an input and modify the configure flags accordingly.master
parent
3b23972059
commit
be2c88caa0
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -70,8 +70,9 @@
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("gd" ,gd)
|
("gd" ,gd)
|
||||||
("icu4c" ,icu4c)
|
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
|
("graphite2" ,graphite2)
|
||||||
|
("icu4c" ,icu4c)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libxaw" ,libxaw)
|
("libxaw" ,libxaw)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
|
@ -102,7 +103,7 @@
|
||||||
"--with-system-cairo"
|
"--with-system-cairo"
|
||||||
"--with-system-freetype2"
|
"--with-system-freetype2"
|
||||||
"--with-system-gd"
|
"--with-system-gd"
|
||||||
;; "--with-system-graphite2" ; requires cmake build system
|
"--with-system-graphite2"
|
||||||
;; "--with-system-harfbuzz" ; requires --with-system-graphite2
|
;; "--with-system-harfbuzz" ; requires --with-system-graphite2
|
||||||
"--with-system-icu"
|
"--with-system-icu"
|
||||||
"--with-system-libgs"
|
"--with-system-libgs"
|
||||||
|
|
Reference in New Issue