mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: texlive-latex-mflogo: Declare source file-name.
* gnu/packages/tex.scm (texlive-latex-mflogo)[source]: Use file-name.
This commit is contained in:
parent
4c08aa5740
commit
44d0717c9b
1 changed files with 1 additions and 0 deletions
|
@ -1002,6 +1002,7 @@ (define-public texlive-latex-mflogo
|
|||
(origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "mflogo"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"15i2ib6nvhf31g1b92c6njf7n0g29znlq7hbfp9ii7qabhcwwvrj"))))
|
||||
|
|
Loading…
Reference in a new issue