guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/69: gnu: Add texlive-source.


From: guix-commits
Subject: 03/69: gnu: Add texlive-source.
Date: Fri, 31 May 2024 19:04:34 -0400 (EDT)

ngz pushed a commit to branch tex-team
in repository guix.

commit 8dd438a63b47f3644b25c860b29698f8db16d618
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]