ngz pushed a commit to branch tex-team
in repository guix.
commit 63b1871624340fb1630f97367dcf4d3874c9a1c5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Jun 21 12:16:16 2024 +0200
gnu: texlive-scripts: Add missing file name for checkout.
* gnu/packages/tex.scm (texlive-scripts)[source]<origin>: Add FILE-NAME
field. Also
move REVISION field as in other packages.
Change-Id: I44340d838b7802bdf7262accd0807adef3246749
---
gnu/packages/tex.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6eed65d0a6..72788b021b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -378,6 +378,7 @@ of user-specified directories similar to how shells look up
executables.")
(uri (svn-multi-reference
(url (string-append %texlive-repository
"tags/texlive-" version "/Master/"))
+ (revision 66594)
(locations
(list "texmf-dist/doc/man/man1/fmtutil-sys.1"
"texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf"
@@ -432,8 +433,8 @@ of user-specified directories similar to how shells look up
executables.")
"tlpkg/installer/config.guess"
"tlpkg/installer/curl/curl-ca-bundle.crt"
"tlpkg/TeXLive/"
- "tlpkg/texlive.tlpdb"))
- (revision 66594)))
+ "tlpkg/texlive.tlpdb"))))
+ (file-name (git-file-name name version))
(sha256
"0sqbg5kjpzkpm1fq2c9hpf4f21bvjs3xas944dlbqp44lsqhcmsk")))
(outputs '("out" "doc"))