me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bibleref-lds.

* gnu/packages/tex.scm (texlive-bibleref-lds): New variable.
Nicolas Goaziou 2023-08-16 19:25:02 +02:00
parent 9cd6c2b988
commit 2d18ac3c1f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -2958,6 +2958,29 @@ complies with the @emph{Loccumer Richtlinien} (Locum guidelines). In
addition, the Vulgate (Latin Bible) is supported.") addition, the Vulgate (Latin Bible) is supported.")
(license license:lppl1.3+))) (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 (define-public texlive-bidihl
(package (package
(name "texlive-bidihl") (name "texlive-bidihl")