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

gnu: texlive-standalone: Declare source file-name.

* gnu/packages/tex.scm (texlive-standalone)[source]: Use file-name.
This commit is contained in:
Efraim Flashner 2019-11-13 12:46:32 +02:00
parent dc08ede8b5
commit 4c08aa5740
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7302,6 +7302,7 @@ keys.")
(origin
(method svn-fetch)
(uri (texlive-ref "latex" "standalone"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"192ydxcn8ir96q8qwvnppksmqf5i0p50i0wz6iqazbwmh3dqxpx4"))))