3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/tex.scm (texlive-latex-amsfonts)[source]: Declare a
source file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 22:29:32 +02:00
parent 5fe9233eb4
commit 9700a0d0a5
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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