gnu: Update references to texlive-knuth-lib.

* gnu/packages/tex.scm (texlive-hyph-utf8, texlive-latex-base,
teximpatient)[native-inputs]: Replace references to "texlive-fonts-knuth-lib"
with "texlive-knuth-lib".
This commit is contained in:
Ricardo Wurmus 2020-10-27 20:15:18 +01:00
parent a2276f625a
commit 212e0360d4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2149,7 +2149,7 @@ (define-public texlive-hyph-utf8
(setenv "TFMFONTS" (setenv "TFMFONTS"
(string-append (assoc-ref inputs "texlive-cm") (string-append (assoc-ref inputs "texlive-cm")
"/share/texmf-dist/fonts/tfm/public/cm:" "/share/texmf-dist/fonts/tfm/public/cm:"
(assoc-ref inputs "texlive-fonts-knuth-lib") (assoc-ref inputs "texlive-knuth-lib")
"/share/texmf-dist/fonts/tfm/public/knuth-lib")) "/share/texmf-dist/fonts/tfm/public/knuth-lib"))
;; ...and find all tex files in this environment. ;; ...and find all tex files in this environment.
(setenv "TEXINPUTS" (setenv "TEXINPUTS"
@ -2203,7 +2203,7 @@ (define-public texlive-hyph-utf8
;; for a working "tex". ;; for a working "tex".
("texlive-tex-plain" ,texlive-tex-plain) ("texlive-tex-plain" ,texlive-tex-plain)
("texlive-cm" ,texlive-cm) ("texlive-cm" ,texlive-cm)
("texlive-fonts-knuth-lib" ,texlive-fonts-knuth-lib) ("texlive-knuth-lib" ,texlive-knuth-lib)
("texlive-hyphen-base" ,texlive-hyphen-base))) ("texlive-hyphen-base" ,texlive-hyphen-base)))
(home-page "https://ctan.org/pkg/hyph-utf8") (home-page "https://ctan.org/pkg/hyph-utf8")
(synopsis "Hyphenation patterns expressed in UTF-8") (synopsis "Hyphenation patterns expressed in UTF-8")
@ -2429,7 +2429,7 @@ (define-public texlive-latex-base
'(("texlive-etex" . "/etex") '(("texlive-etex" . "/etex")
("texlive-cm" . "/cm") ("texlive-cm" . "/cm")
("texlive-fonts-latex" . "/latex-fonts") ("texlive-fonts-latex" . "/latex-fonts")
("texlive-fonts-knuth-lib" . "/knuth-lib"))) ("texlive-knuth-lib" . "/knuth-lib")))
":")) ":"))
(let ((cwd (getcwd))) (let ((cwd (getcwd)))
(setenv "TEXINPUTS" (setenv "TEXINPUTS"
@ -2511,7 +2511,7 @@ (define-public texlive-latex-base
("texlive-kpathsea" ,texlive-kpathsea) ("texlive-kpathsea" ,texlive-kpathsea)
("texlive-cm" ,texlive-cm) ("texlive-cm" ,texlive-cm)
("texlive-fonts-latex" ,texlive-fonts-latex) ("texlive-fonts-latex" ,texlive-fonts-latex)
("texlive-fonts-knuth-lib" ,texlive-fonts-knuth-lib) ("texlive-knuth-lib" ,texlive-knuth-lib)
("texlive-luatexconfig" ("texlive-luatexconfig"
,(texlive-origin ,(texlive-origin
"texlive-luatexconfig" (number->string %texlive-revision) "texlive-luatexconfig" (number->string %texlive-revision)
@ -6255,7 +6255,7 @@ (define-public teximpatient
`(("texlive" ,(texlive-union (list texlive-amsfonts `(("texlive" ,(texlive-union (list texlive-amsfonts
texlive-fonts-adobe-palatino texlive-fonts-adobe-palatino
texlive-fonts-adobe-zapfding texlive-fonts-adobe-zapfding
texlive-fonts-knuth-lib texlive-knuth-lib
texlive-fonts-mflogo-font texlive-fonts-mflogo-font
texlive-pdftex))) texlive-pdftex)))
("automake" ,automake))) ("automake" ,automake)))