mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: texlive: Use system libpaper instead of bundled copy.
* gnu/packages/texlive.scm (texlive): Add libpaper as an input and modify the configure flags accordingly.
This commit is contained in:
parent
c70cf7eb07
commit
609578a7d0
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@ (define-public texlive
|
||||||
("graphite2" ,graphite2)
|
("graphite2" ,graphite2)
|
||||||
("harfbuzz" ,harfbuzz)
|
("harfbuzz" ,harfbuzz)
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
|
("libpaper" ,libpaper)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libxaw" ,libxaw)
|
("libxaw" ,libxaw)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
|
@ -108,9 +109,11 @@ (define-public texlive
|
||||||
"--with-system-harfbuzz"
|
"--with-system-harfbuzz"
|
||||||
"--with-system-icu"
|
"--with-system-icu"
|
||||||
"--with-system-libgs"
|
"--with-system-libgs"
|
||||||
|
"--with-system-libpaper"
|
||||||
"--with-system-libpng"
|
"--with-system-libpng"
|
||||||
"--with-system-pixman"
|
"--with-system-pixman"
|
||||||
"--with-system-poppler"
|
"--with-system-poppler"
|
||||||
|
;; "--with-system-potrace"
|
||||||
"--with-system-t1lib"
|
"--with-system-t1lib"
|
||||||
"--with-system-teckit"
|
"--with-system-teckit"
|
||||||
"--with-system-xpdf"
|
"--with-system-xpdf"
|
||||||
|
|
Loading…
Reference in a new issue