mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: texlive-fonts-stmaryrd: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-stmaryrd)[source]: Declare a source file-name.
This commit is contained in:
parent
7372ce185f
commit
19835372a2
1 changed files with 1 additions and 0 deletions
|
@ -3246,6 +3246,7 @@ (define-public texlive-fonts-stmaryrd
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "fonts" "stmaryrd"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"08pn4ca3vl6qm9l3wm5h5iyjsrg411kkm1yana329xwg2j14s9n6"))))
|
||||
|
|
Loading…
Reference in a new issue