[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/72: gnu: Add texlive-source.
From: |
guix-commits |
Subject: |
03/72: gnu: Add texlive-source. |
Date: |
Mon, 3 Jun 2024 08:59:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 5236b4065f3cfc9a6194c02cc088b1aaacc9a6ec
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 | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f3c93e4061..800dd17cfb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -162,6 +162,17 @@
(define-deprecated/public old-name name
(deprecated-package (symbol->string 'old-name) name)))
+(define texlive-source
+ (let ((version "20230313"))
+ (origin
+ (method url-fetch)
+ (uri (string-append "ftp://tug.org/historic/systems/texlive/"
+ (string-take version 4) "/"
+ "texlive-" version "-source.tar.xz"))
+ (sha256
+ (base32
+ "1fbrkv7g9j6ipmwjx27l8l9l974rmply8bhf7c2iqc6h3q7aly1q")))))
+
(define-public texlive-libkpathsea
(package
(name "texlive-libkpathsea")
- branch tex-team created (now 84b33a73c7), guix-commits, 2024/06/03
- 01/72: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/03
- 02/72: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/03
- 03/72: gnu: Add texlive-source.,
guix-commits <=
- 05/72: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/03
- 04/72: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/03
- 06/72: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/03
- 07/72: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/03
- 08/72: gnu: Add texlive-libptexenc., guix-commits, 2024/06/03
- 09/72: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/03
- 10/72: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/03
- 11/72: gnu: texlive-latex-bin: Create symlinks for "latex" variants., guix-commits, 2024/06/03
- 12/72: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/03
- 13/72: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/03