mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: texlive-latex-subfigure: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-subfigure)[source]: Declare a source file-name.
This commit is contained in:
parent
19835372a2
commit
e1834df6b6
1 changed files with 1 additions and 0 deletions
|
@ -3279,6 +3279,7 @@ (define-public texlive-latex-subfigure
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "latex" "subfigure"))
|
(uri (texlive-ref "latex" "subfigure"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15spcl5wb7w269qd6y596vp4yi8sa5ppcx8w4z2i9kyp02r3a0yb"))))
|
"15spcl5wb7w269qd6y596vp4yi8sa5ppcx8w4z2i9kyp02r3a0yb"))))
|
||||||
|
|
Loading…
Reference in a new issue