gnu: texlive-latex-fancyvrb: Declare a source file-name.

* gnu/packages/tex.scm (texlive-latex-fancyvrb)[source]: Declare a
source file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:25:06 +02:00
parent ca61c6b323
commit 88e11022db
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1124,6 +1124,7 @@ users, via its Plain TeX version.)")
(source (origin (source (origin
(method svn-fetch) (method svn-fetch)
(uri (texlive-ref "latex" "fancyvrb")) (uri (texlive-ref "latex" "fancyvrb"))
(file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"03l7140y031rr14h02i4z9zqsfvrbn7wzwxbjsrjcgrk6sdr71wv")))) "03l7140y031rr14h02i4z9zqsfvrbn7wzwxbjsrjcgrk6sdr71wv"))))