[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
263/306: gnu: Add texlive-skull.
From: |
guix-commits |
Subject: |
263/306: gnu: Add texlive-skull. |
Date: |
Mon, 21 Aug 2023 10:36:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a50ed4b90f200afc03e773cc1458793ef1be530a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:58:02 2023 +0200
gnu: Add texlive-skull.
* gnu/packages/tex.scm (texlive-skull): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f5b6c546aa..fa9150b2ff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23345,6 +23345,27 @@ Metafont source by the @code{skak} bundle.")
re-definitions of existing commands.")
(license license:lppl1.3+)))
+(define-public texlive-skull
+ (package
+ (name "texlive-skull")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/skull/"
+ "fonts/tfm/public/skull/"
+ "source/fonts/skull/" "tex/latex/skull/")
+ (base32
+ "0vnqi8c5f1a78naa9pvsl43748bm52i3qhjcv96bwcf59miih730")))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/skull")
+ (synopsis "Font to draw a skull")
+ (description
+ "The font (defined in Metafont) defines a single character, a black solid
+skull. A package is supplied to make this character available as a symbol in
+maths mode.")
+ (license license:gpl3+)))
+
(define-public texlive-songbook
(package
(name "texlive-songbook")
- 281/306: gnu: Add texlive-tfrupee., (continued)
- 281/306: gnu: Add texlive-tfrupee., guix-commits, 2023/08/21
- 295/306: gnu: Add texlive-uppunctlm., guix-commits, 2023/08/21
- 278/306: gnu: Add texlive-tempora., guix-commits, 2023/08/21
- 273/306: gnu: Add texlive-stix2-type1., guix-commits, 2023/08/21
- 296/306: gnu: Add texlive-urwchancal., guix-commits, 2023/08/21
- 231/306: gnu: Add texlive-overlock., guix-commits, 2023/08/21
- 246/306: gnu: Add texlive-punknova., guix-commits, 2023/08/21
- 248/306: gnu: Add texlive-qualitype., guix-commits, 2023/08/21
- 254/306: gnu: Add texlive-rosario., guix-commits, 2023/08/21
- 257/306: gnu: Add texlive-sauterfonts., guix-commits, 2023/08/21
- 263/306: gnu: Add texlive-skull.,
guix-commits <=
- 268/306: gnu: Add texlive-step., guix-commits, 2023/08/21
- 274/306: gnu: Add texlive-superiors., guix-commits, 2023/08/21
- 275/306: gnu: Add texlive-svrsymbols., guix-commits, 2023/08/21
- 280/306: gnu: Add texlive-termes-otf., guix-commits, 2023/08/21
- 287/306: gnu: Add texlive-trajan., guix-commits, 2023/08/21
- 289/306: gnu: Add texlive-txfontsb., guix-commits, 2023/08/21
- 290/306: gnu: Add texlive-txuprcal., guix-commits, 2023/08/21
- 299/306: gnu: Add texlive-xcharter-math., guix-commits, 2023/08/21
- 302/306: gnu: Add texlive-yfonts-t1., guix-commits, 2023/08/21
- 305/306: gnu: Add texlive-collection-fontsextra., guix-commits, 2023/08/21