[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
409/458: gnu: Add texlive-knuth-local.
From: |
guix-commits |
Subject: |
409/458: gnu: Add texlive-knuth-local. |
Date: |
Wed, 14 Jun 2023 05:23:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 98cf58d279c2cdda18b9f88ea887ee104bb6ab37
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 27 17:57:17 2023 +0200
gnu: Add texlive-knuth-local.
* gnu/packages/tex.scm (texlive-knuth-local): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b18db3a5de..4c0d093203 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1463,6 +1463,28 @@ Knuth, including the plain format, plain base, and the
MF logo fonts.")
(define-deprecated-package texlive-fonts-knuth-lib texlive-knuth-lib)
+(define-public texlive-knuth-local
+ (package
+ (name "texlive-knuth-local")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/knuth-local/"
+ "fonts/tfm/public/knuth-local/"
+ "mft/knuth-local/" "tex/plain/knuth-local/")
+ (base32
+ "02cf32f57fr6bngiv9xiw8bh4sq53p9br034ap74s80h3bgcmn1f")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/knuth-local";)
+ (native-inputs
+ (list texlive-knuth-lib texlive-metafont))
+ (synopsis "Knuth's local information")
+ (description
+ "This package provides a collection of experimental programs and
+developments based on, or complementary to, the matter in his distribution
+directories.")
+ (license license:public-domain)))
+
(define-public texlive-latex-fonts
(package
(name "texlive-latex-fonts")
- 155/458: gnu: texlive-tracklang: Refresh package definition., (continued)
- 155/458: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/14
- 156/458: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/14
- 164/458: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/14
- 165/458: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/14
- 167/458: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/14
- 176/458: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/14
- 177/458: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/14
- 335/458: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/14
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/14
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local.,
guix-commits <=
- 408/458: gnu: Add texlive-semaphor., guix-commits, 2023/06/14
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14
- 421/458: gnu: Add texlive-tex., guix-commits, 2023/06/14
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85., guix-commits, 2023/06/14
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex., guix-commits, 2023/06/14
- 441/458: gnu: Add texlive-collection-basic., guix-commits, 2023/06/14
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14