mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: texlive: Use system potrace instead of bundled copy.
* gnu/packages/texlive.scm (texlive): Add potrace as an input and modify the configure flags accordingly.
This commit is contained in:
parent
4797d84ddb
commit
7591698210
1 changed files with 2 additions and 1 deletions
|
@ -80,6 +80,7 @@ (define-public texlive
|
|||
("libxt" ,libxt)
|
||||
("pixman" ,pixman)
|
||||
("poppler" ,poppler)
|
||||
("potrace" ,potrace)
|
||||
;; FIXME: Add interpreters fontforge and ruby,
|
||||
;; once they are available.
|
||||
("teckit" ,teckit)
|
||||
|
@ -112,7 +113,7 @@ (define-public texlive
|
|||
"--with-system-libpng"
|
||||
"--with-system-pixman"
|
||||
"--with-system-poppler"
|
||||
;; "--with-system-potrace"
|
||||
"--with-system-potrace"
|
||||
"--with-system-teckit"
|
||||
"--with-system-xpdf"
|
||||
"--with-system-zlib"
|
||||
|
|
Loading…
Reference in a new issue