[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
388/452: gnu: simple-texlive-package: Remove it.
From: |
guix-commits |
Subject: |
388/452: gnu: simple-texlive-package: Remove it. |
Date: |
Fri, 9 Jun 2023 13:44:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 30caaea052e0fda5519f3bb3b466c67d9309480b
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 2ec9cae3d5..985eb1a2ea 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)
- 342/452: gnu: texlive-cm: Refresh package definition., (continued)
- 342/452: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/09
- 345/452: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/09
- 347/452: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/09
- 348/452: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/09
- 352/452: gnu: Add texlive-manfnt., guix-commits, 2023/06/09
- 367/452: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 371/452: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 382/452: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 388/452: gnu: simple-texlive-package: Remove it.,
guix-commits <=
- 393/452: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/09
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build., guix-commits, 2023/06/09
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/09
- 410/452: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/09
- 414/452: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/09
- 428/452: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/09
- 431/452: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/09