gnu: texlive-latex-amsmath: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-amsmath)[source]: Declare a source file-name.
This commit is contained in:
parent
01d79c306a
commit
320c771ade
|
@ -1510,6 +1510,7 @@ this bundle for use independent of ConTeXt.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "latex" "amsmath"))
|
(uri (texlive-ref "latex" "amsmath"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"178ywjpdlv78qmfzqdyn6gy14620zjsn2q9wap76fbr9s4hw6dba"))))
|
"178ywjpdlv78qmfzqdyn6gy14620zjsn2q9wap76fbr9s4hw6dba"))))
|
||||||
|
|
Loading…
Reference in New Issue