guix-commits
[Top][All Lists]
Advanced

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

47/163: gnu: Add texlive-biblatex-license.


From: guix-commits
Subject: 47/163: gnu: Add texlive-biblatex-license.
Date: Sat, 19 Aug 2023 14:39:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d57731352c5957879fa0db5d3c815974ef72d248
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:07:23 2023 +0200

    gnu: Add texlive-biblatex-license.
    
    * gnu/packages/tex.scm (texlive-biblatex-license): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a40933c6f9..aef79b1d0d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3973,6 +3973,26 @@ the latest revision of the international standard ISO 
690:2010.")
 law thesis with LaTeX.")
     (license license:lppl)))
 
+(define-public texlive-biblatex-license
+  (package
+    (name "texlive-biblatex-license")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-license/"
+                   "tex/latex/biblatex-license/")
+             (base32
+              "1xz6zms984v5r8hq01f7ap245lfhqj577rc9ww57ccv4kgvgicqd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-license";)
+    (synopsis "Add license data to the bibliography")
+    (description
+     "This package is for adding license license:data to bibliography entries
+via BibLaTeX's built-in related mechanism.  It provides a new related type
+@code{license} and some bibmacros for typesetting these related entries.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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