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

* gnu/packages/tex.scm (texlive-latex-amsfonts)[source]: Declare a
source file-name.
master
Efraim Flashner 2018-03-13 22:29:32 +02:00
parent 5fe9233eb4
commit 9700a0d0a5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -824,6 +824,7 @@ details can be found in the documentation.")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "amsfonts"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0slzfv5h2m03b2xvm2sasznz4azh6rgi069z161dja3l8rln79hm"))))