mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: texlive-latex-wasysym: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-wasysym)[source]: Declare a source file-name.
This commit is contained in:
parent
b4bb2750ff
commit
2cc9c011e8
1 changed files with 1 additions and 0 deletions
|
@ -3719,6 +3719,7 @@ (define-public texlive-latex-wasysym
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "wasysym"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sgwbfwjjf70g54hh93gsd9jp9nm67w6n74x9d72a56n07jbk5hv"))))
|
||||
|
|
Loading…
Reference in a new issue