[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/97: gnu: texlive-scripts: Add missing file name for checkout.
From: |
guix-commits |
Subject: |
96/97: gnu: texlive-scripts: Add missing file name for checkout. |
Date: |
Fri, 21 Jun 2024 06:41:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 6cde406b8dd9dc2529fc5c3d82329a6f8a172ef0
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"))
- 72/97: gnu: texlive-xindy: Build binary separately., (continued)
- 72/97: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/21
- 73/97: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/21
- 82/97: guix: import texlive: Rename some functions., guix-commits, 2024/06/21
- 81/97: guix: import texlive: Remove need for having "svn" binary in PATH., guix-commits, 2024/06/21
- 80/97: gnu: texlive-hyphen-complete: Fix locations., guix-commits, 2024/06/21
- 86/97: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/21
- 85/97: guix: import texlive: Move a comment., guix-commits, 2024/06/21
- 87/97: guix: import texlive: Handle versions., guix-commits, 2024/06/21
- 93/97: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/21
- 97/97: guix: texlive importer: Adjust to generate new source format., guix-commits, 2024/06/21
- 96/97: gnu: texlive-scripts: Add missing file name for checkout.,
guix-commits <=
- 62/97: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/21
- 76/97: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/21
- 88/97: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/21
- 84/97: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/21
- 95/97: gnu: Remove artefacts from previous TeX Live packaging., guix-commits, 2024/06/21
- 94/97: gnu: Refactor TeX Live packages to refer to SVN directly., guix-commits, 2024/06/21