guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

130/306: gnu: Add texlive-fontmfizz.


From: guix-commits
Subject: 130/306: gnu: Add texlive-fontmfizz.
Date: Mon, 21 Aug 2023 10:36:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5e2d90b9ec9f0f4108c617a9cbae2fae20951ca7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:18:44 2023 +0200

    gnu: Add texlive-fontmfizz.
    
    * gnu/packages/tex.scm (texlive-fontmfizz): 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 0fdc738464..51de0c4f62 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12266,6 +12266,27 @@ provided by the FontAwesome font.")
 set.")
     (license (list license:silofl1.1 license:lppl1.3c))))
 
+(define-public texlive-fontmfizz
+  (package
+    (name "texlive-fontmfizz")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/fontmfizz/"
+                   "fonts/truetype/public/fontmfizz/"
+                   "tex/latex/fontmfizz/")
+             (base32
+              "1z0k7n1yyisv3igw77bj3r8hywyz55ciylb3fjx9dpdcrwv3kngd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fontmfizz";)
+    (synopsis "Font Mfizz icons for use in LaTeX")
+    (description
+     "The MFizz font provides scalable vector icons representing programming
+languages, operating systems, software engineering, and technology.  It can be
+seen as an extension to FontAwesome.")
+    (license license:expat)))
+
 (define-public texlive-fontsize
   (package
     (name "texlive-fontsize")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]