[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/137: gnu: Add texlive-source.
From: |
guix-commits |
Subject: |
03/137: gnu: Add texlive-source. |
Date: |
Mon, 24 Jun 2024 18:26:29 -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 017657f215), guix-commits, 2024/06/24
- 01/137: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/24
- 03/137: gnu: Add texlive-source.,
guix-commits <=
- 06/137: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/24
- 13/137: gnu: texlive-csplain: Fix build., guix-commits, 2024/06/24
- 07/137: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/24
- 04/137: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/24
- 08/137: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/24
- 10/137: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/24
- 12/137: gnu: texlive-xcjk2uni: Fix build., guix-commits, 2024/06/24
- 11/137: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/24
- 02/137: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/24
- 15/137: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/24