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:
Efraim Flashner 2018-03-14 21:12:39 +02:00
parent b4bb2750ff
commit 2cc9c011e8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))))