mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: texlive-tex-plain: Declare a source file-name.
* gnu/packages/tex.scm (texlive-tex-plain)[source]: Declare a source file-name.
This commit is contained in:
parent
9700a0d0a5
commit
b63aefe53e
1 changed files with 1 additions and 0 deletions
|
@ -854,6 +854,7 @@ (define-public texlive-tex-plain
|
|||
%texlive-tag "/Master/texmf-dist/"
|
||||
"/tex/plain"))
|
||||
(revision %texlive-revision)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mjgl3gscn3ps29yjambz1j9fg81ynnncb96vpprwx4xsijhsns0"))))
|
||||
|
|
Loading…
Reference in a new issue