guix-commits
[Top][All Lists]
Advanced

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

86/306: gnu: Add texlive-dice.


From: guix-commits
Subject: 86/306: gnu: Add texlive-dice.
Date: Mon, 21 Aug 2023 10:35:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7c058795cd14d6ac3d23dfd0c3d393761e068418
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:01:44 2023 +0200

    gnu: Add texlive-dice.
    
    * gnu/packages/tex.scm (texlive-dice): 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 d069d59f3c..1fb9e22b9a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9812,6 +9812,27 @@ may be controlled.  The package also provides 
@code{\\slashbox} and
 package, which it supersedes.")
     (license license:lppl1.3+)))
 
+(define-public texlive-dice
+  (package
+    (name "texlive-dice")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/dice/"
+                   "fonts/source/public/dice/"
+                   "fonts/tfm/public/dice/")
+             (base32
+              "0ky33hg66d0x8bcjmdq4ilynpb25mm82x93wzwnz11y59nv4cvsl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/dice";)
+    (synopsis "Font for die faces")
+    (description
+     "This package provides a Metafont font that can produce die faces in 2D
+or with various 3D effects.")
+    (license license:lppl)))
+
 (define-public texlive-din1505
   (package
     (name "texlive-din1505")



reply via email to

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