[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
388/416: gnu: simple-texlive-package: Remove it.
From: |
guix-commits |
Subject: |
388/416: gnu: simple-texlive-package: Remove it. |
Date: |
Sun, 28 May 2023 02:33:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0cbcfa0341956a7238f103b349e6716d14548f4b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:37:59 2023 +0200
gnu: simple-texlive-package: Remove it.
* gnu/packages/tex.scm (simple-texlive-package): Remove variable.
---
gnu/packages/tex.scm | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9dd974bd18..a5114ea4aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -103,33 +103,6 @@
#:use-module (ice-9 match)
#:use-module ((srfi srfi-1) #:hide (zip)))
-(define* (simple-texlive-package name locations hash
- #:key trivial?)
- "Return a template for a simple TeX Live package with the given NAME,
-downloading from a list of LOCATIONS in the TeX Live repository, and expecting
-the provided output HASH. The TRIVIAL? keyword is not used."
- (set! locations
- ;; Some locations may be manually inserted, so be tolerant with
- ;; leading slashes. Ignore them consistently.
- (map (lambda (location)
- (if (string-prefix? "/" location)
- (string-drop location 1)
- location))
- locations))
- (define with-documentation?
- (any (lambda (l) (string-prefix? "doc/" l))
- locations))
- (package
- (name name)
- (version (number->string %texlive-revision))
- (source (texlive-origin name version locations hash))
- (outputs (if with-documentation? '("out" "doc") '("out")))
- (build-system texlive-build-system)
- (home-page #f)
- (synopsis #f)
- (description #f)
- (license #f)))
-
(define hyph-utf8-scripts
(origin
(method svn-fetch)
- 362/416: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 362/416: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 368/416: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 374/416: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 375/416: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 376/416: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 377/416: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 378/416: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 382/416: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 386/416: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 387/416: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 388/416: gnu: simple-texlive-package: Remove it.,
guix-commits <=
- 389/416: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/28
- 393/416: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 392/416: gnu: texlive-etex: Fix build., guix-commits, 2023/05/28
- 395/416: gnu: texlive-ec: Fix build., guix-commits, 2023/05/28
- 398/416: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 400/416: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 402/416: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 403/416: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/28
- 404/416: gnu: texlive-cs: Fix build., guix-commits, 2023/05/28
- 407/416: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28