gnu: texlive-fontname: Fix source file-name.
* gnu/packages/tex.scm (texlive-fontname)[source]: Correct source file-name.
This commit is contained in:
parent
1dec413ae0
commit
b8e213cb2f
|
@ -500,7 +500,7 @@ build fonts using the Metafont system.")
|
||||||
%texlive-tag "/Master/texmf-dist/"
|
%texlive-tag "/Master/texmf-dist/"
|
||||||
"/fonts/map/fontname"))
|
"/fonts/map/fontname"))
|
||||||
(revision %texlive-revision)))
|
(revision %texlive-revision)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cssbzcx15221dynp5sii72qh4l18mwkr14n8w1xb19j8pbaqasz"))))
|
"0cssbzcx15221dynp5sii72qh4l18mwkr14n8w1xb19j8pbaqasz"))))
|
||||||
|
|
Loading…
Reference in New Issue