[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/141: gnu: texlive-scripts: Add missing file name for checkout.
From: |
guix-commits |
Subject: |
95/141: gnu: texlive-scripts: Add missing file name for checkout. |
Date: |
Wed, 26 Jun 2024 06:34:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 63b1871624340fb1630f97367dcf4d3874c9a1c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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"))
- 84/141: guix: import texlive: Move a comment., (continued)
- 84/141: guix: import texlive: Move a comment., guix-commits, 2024/06/26
- 87/141: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/26
- 86/141: guix: import texlive: Handle versions., guix-commits, 2024/06/26
- 82/141: guix: import texlive: Sort modules alphabetically., guix-commits, 2024/06/26
- 83/141: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/26
- 92/141: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/26
- 85/141: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/26
- 90/141: gnu: texlive-scripts: Allow auto-updates., guix-commits, 2024/06/26
- 89/141: gnu: TeX Live packages built from TEXLIVE-SOURCE use same version., guix-commits, 2024/06/26
- 91/141: gnu: texlive-scripts: Fix typo in description., guix-commits, 2024/06/26
- 95/141: gnu: texlive-scripts: Add missing file name for checkout.,
guix-commits <=
- 88/141: gnu: Set version of all TeX Live packages to "2023.0"., guix-commits, 2024/06/26
- 96/141: guix: import texlive: Adjust to generate new source format., guix-commits, 2024/06/26
- 94/141: gnu: Remove artefacts from previous TeX Live packaging., guix-commits, 2024/06/26
- 101/141: gnu: texlive-newverbs: Do not create origin for "ydocstrip.tex"., guix-commits, 2024/06/26
- 93/141: gnu: Refactor TeX Live packages to refer to SVN directly., guix-commits, 2024/06/26
- 98/141: gnu: Do not create origins for "ctxdocstrip.tex"., guix-commits, 2024/06/26
- 102/141: gnu: texlive-makecmds: Remove unnecessary input., guix-commits, 2024/06/26
- 104/141: gnu: texlive-psfragx: Remove native inputs., guix-commits, 2024/06/26
- 97/141: guix: import texlive: Reduce friction when updating., guix-commits, 2024/06/26
- 105/141: gnu: texlive-texaccents: Add missing script., guix-commits, 2024/06/26