mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: texlive-booktabs: Declare source file-name.
* gnu/packages/tex.scm (texlive-booktabs)[source]: Use file-name.
This commit is contained in:
parent
04f46e5dbe
commit
dc08ede8b5
1 changed files with 1 additions and 0 deletions
|
@ -7369,6 +7369,7 @@ (define-public texlive-booktabs
|
|||
(origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "booktabs"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dqid48vgh25wmw8xzmx6x3pfgz1y9f0r8aza1yxq2mjny5yf68x"))))
|
||||
|
|
Loading…
Reference in a new issue