[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
388/458: gnu: simple-texlive-package: Remove it.
From: |
guix-commits |
Subject: |
388/458: gnu: simple-texlive-package: Remove it. |
Date: |
Wed, 14 Jun 2023 05:23:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit db8a7d233a40b12ae6e68bf4d8bf68f9fb2c9dee
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)
- 315/458: gnu: texlive-l3build: Refresh package definition., (continued)
- 315/458: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/14
- 326/458: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/14
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/14
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/14
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14
- 331/458: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/14
- 358/458: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/14
- 357/458: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/14
- 388/458: gnu: simple-texlive-package: Remove it.,
guix-commits <=
- 364/458: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 381/458: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 363/458: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 387/458: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 398/458: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/14
- 401/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 390/458: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/14
- 385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14