mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: texlive-latex-amscls: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-amscls)[source]: Declare a source file-name.
This commit is contained in:
parent
320c771ade
commit
43059ed01a
1 changed files with 1 additions and 0 deletions
|
@ -1539,6 +1539,7 @@ (define-public texlive-latex-amscls
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "amscls"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jmcr37mcdi7drczppvr6lmz5d5yd9m67ii79gp2nglg1xpw934j"))))
|
||||
|
|
Loading…
Reference in a new issue