[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/137: gnu: texlive-scripts: Add missing file name for checkout.
From: |
guix-commits |
Subject: |
95/137: gnu: texlive-scripts: Add missing file name for checkout. |
Date: |
Mon, 24 Jun 2024 18:27:18 -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"))
- 69/137: gnu: texlive-dvipos: Build binaries separately., (continued)
- 69/137: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/24
- 54/137: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/24
- 55/137: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/24
- 57/137: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/24
- 60/137: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/24
- 68/137: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/24
- 70/137: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/24
- 90/137: gnu: texlive-scripts: Allow auto-updates., guix-commits, 2024/06/24
- 89/137: gnu: TeX Live packages built from TEXLIVE-SOURCE use same version., guix-commits, 2024/06/24
- 94/137: gnu: Remove artefacts from previous TeX Live packaging., guix-commits, 2024/06/24
- 95/137: gnu: texlive-scripts: Add missing file name for checkout.,
guix-commits <=
- 96/137: guix: import texlive: Adjust to generate new source format., guix-commits, 2024/06/24
- 97/137: guix: import texlive: Reduce friction when updating., guix-commits, 2024/06/24
- 104/137: gnu: texlive-psfragx: Remove native inputs., guix-commits, 2024/06/24
- 105/137: gnu: texlive-texaccents: Add missing script., guix-commits, 2024/06/24
- 107/137: gnu: texlive-cluttex: Add "cllualatex" and "clxelatex" symlinks., guix-commits, 2024/06/24
- 59/137: gnu: Add texlive-ps2eps-bin., guix-commits, 2024/06/24
- 61/137: gnu: texlive-texdoctk: Fix runtime error., guix-commits, 2024/06/24
- 64/137: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/24
- 67/137: gnu: texlive-dviout-util: Build binaries separately., guix-commits, 2024/06/24
- 79/137: gnu: python-sphinx: Fix build., guix-commits, 2024/06/24