guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]