guix-commits
[Top][All Lists]
Advanced

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



reply via email to

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