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

View file

@ -1510,6 +1510,7 @@ (define-public texlive-latex-amsmath
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "amsmath"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"178ywjpdlv78qmfzqdyn6gy14620zjsn2q9wap76fbr9s4hw6dba"))))