guix-commits
[Top][All Lists]
Advanced

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

03/137: gnu: Add texlive-source.


From: guix-commits
Subject: 03/137: gnu: Add texlive-source.
Date: Mon, 24 Jun 2024 18:26:29 -0400 (EDT)

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

commit 51f9197e5dc1a5cc78bd8568e04433a348fbaeb2
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 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2db9de7258..05415caba6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -162,6 +162,18 @@
   (define-deprecated/public old-name name
     (deprecated-package (symbol->string 'old-name) name)))
 
+(define texlive-source
+  (origin
+    (method svn-fetch)
+    (uri (svn-reference
+          (url (string-append "svn://www.tug.org/texlive/tags/"
+                              %texlive-tag "/Build/source/"))
+          (revision %texlive-revision)))
+    (file-name (string-append "texlive-source-" %texlive-tag "-checkout"))
+    (sha256
+     (base32
+      "186q0r00zfd39wc9r56rvbxs8f1xix7hlrz62zj07c68a0fy76rd"))))
+
 (define-public texlive-libkpathsea
   (package
     (name "texlive-libkpathsea")



reply via email to

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