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
1 changed files with 1 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue