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:
Efraim Flashner 2018-03-14 20:36:16 +02:00
parent 01d79c306a
commit 320c771ade
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))