me
/
guix
Archived
1
0
Fork 0

gnu: texlive-booktabs: Declare source file-name.

* gnu/packages/tex.scm (texlive-booktabs)[source]: Use file-name.
master
Efraim Flashner 2019-11-13 12:46:01 +02:00
parent 04f46e5dbe
commit dc08ede8b5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -7369,6 +7369,7 @@ package to handle all of the possible unit-related needs of LaTeX users.")
(origin
(method svn-fetch)
(uri (texlive-ref "latex" "booktabs"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1dqid48vgh25wmw8xzmx6x3pfgz1y9f0r8aza1yxq2mjny5yf68x"))))