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