[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/66: gnu: Add texlive-source.
From: |
guix-commits |
Subject: |
02/66: gnu: Add texlive-source. |
Date: |
Wed, 29 May 2024 10:17:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit be002e264a843f0255a19426904111fa42d6b180
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 91b0393641..42dd4e78e3 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 6ea0d05bee), guix-commits, 2024/05/29
- 03/66: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/05/29
- 01/66: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/05/29
- 02/66: gnu: Add texlive-source.,
guix-commits <=
- 04/66: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/05/29
- 05/66: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/05/29
- 06/66: gnu: texlive-context: Fix "context" call., guix-commits, 2024/05/29
- 07/66: gnu: Add texlive-libptexenc., guix-commits, 2024/05/29
- 09/66: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/05/29
- 10/66: gnu: Add texlive-mfware-bin., guix-commits, 2024/05/29
- 14/66: gnu: Add texlive-patgen-bin., guix-commits, 2024/05/29
- 12/66: gnu: Add texlive-fontware-bin., guix-commits, 2024/05/29
- 13/66: gnu: Add texlive-texware-bin., guix-commits, 2024/05/29
- 08/66: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/05/29