guix-commits
[Top][All Lists]
Advanced

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

03/53: gnu: Add texlive-bibleref-lds.


From: guix-commits
Subject: 03/53: gnu: Add texlive-bibleref-lds.
Date: Wed, 16 Aug 2023 14:27:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2d18ac3c1f8dff46cf7ab17d1cf8fb434b68c7cb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:25:02 2023 +0200

    gnu: Add texlive-bibleref-lds.
    
    * gnu/packages/tex.scm (texlive-bibleref-lds): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2153a126c2..2d486e4303 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2958,6 +2958,29 @@ complies with the @emph{Loccumer Richtlinien} (Locum 
guidelines).  In
 addition, the Vulgate (Latin Bible) is supported.")
     (license license:lppl1.3+)))
 
+(define-public texlive-bibleref-lds
+  (package
+    (name "texlive-bibleref-lds")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bibleref-lds/"
+                   "source/latex/bibleref-lds/"
+                   "tex/latex/bibleref-lds/")
+             (base32
+              "0wqmpzml3yyhzv7bx5wkfl2ni0qinz0kjzdanh6rx0bczp29dlfh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bibleref-lds";)
+    (synopsis
+     "Bible references, including scriptures of the Church of Jesus Christ of
+Latter Day Saints")
+    (description
+     "The package extends the @code{bibleref-mouth} package to support
+references to the scriptures of The Church of Jesus Christ of Latter-day
+Saints (LDS).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bidihl
   (package
     (name "texlive-bidihl")



reply via email to

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