gnu: texlive-fonts-rsfs: Declare a source file-name.

* gnu/packages/tex.scm (texlive-fonts-rsfs)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:59:25 +02:00
parent 6f2442a1fd
commit e26de9c928
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2967,6 +2967,7 @@ (define-public texlive-fonts-rsfs
%texlive-tag "/Master/texmf-dist/"
"/fonts/source/public/rsfs/"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0r12pn02r4a955prcvq0048nifh86ihlcgvw3pppqqvfngv34l5h"))))