mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: texlive-latex-tools: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-tools)[source]: Declare a source file-name.
This commit is contained in:
parent
7dea311973
commit
f8340ab143
1 changed files with 1 additions and 0 deletions
|
@ -1308,6 +1308,7 @@ (define-public texlive-latex-tools
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "tools"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"052a0pch2k5zls5jlay9xxcf93rw3i60a2x28y3ip3rhbsv3xgiz"))))
|
||||
|
|
Loading…
Reference in a new issue