[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/141: gnu: Add texlive-source.
From: |
guix-commits |
Subject: |
03/141: gnu: Add texlive-source. |
Date: |
Wed, 26 Jun 2024 06:32:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 51f9197e5dc1a5cc78bd8568e04433a348fbaeb2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 27 10:40:19 2024 +0200
gnu: Add texlive-source.
* gnu/packages/tex.scm (texlive-source): New variable.
Change-Id: I4aedace3f7042995114814745309ee0681e30b00
---
gnu/packages/tex.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2db9de7258..05415caba6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -162,6 +162,18 @@
(define-deprecated/public old-name name
(deprecated-package (symbol->string 'old-name) name)))
+(define texlive-source
+ (origin
+ (method svn-fetch)
+ (uri (svn-reference
+ (url (string-append "svn://www.tug.org/texlive/tags/"
+ %texlive-tag "/Build/source/"))
+ (revision %texlive-revision)))
+ (file-name (string-append "texlive-source-" %texlive-tag "-checkout"))
+ (sha256
+ (base32
+ "186q0r00zfd39wc9r56rvbxs8f1xix7hlrz62zj07c68a0fy76rd"))))
+
(define-public texlive-libkpathsea
(package
(name "texlive-libkpathsea")
- branch tex-team created (now 269405e081), guix-commits, 2024/06/26
- 02/141: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/26
- 01/141: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/26
- 03/141: gnu: Add texlive-source.,
guix-commits <=
- 04/141: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/26
- 05/141: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/26
- 06/141: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/26
- 07/141: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/26
- 08/141: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/26
- 09/141: gnu: Add texlive-libptexenc., guix-commits, 2024/06/26
- 10/141: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/26
- 11/141: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/26
- 12/141: gnu: texlive-xcjk2uni: Fix build., guix-commits, 2024/06/26
- 13/141: gnu: texlive-csplain: Fix build., guix-commits, 2024/06/26