guix-commits
[Top][All Lists]
Advanced

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

69/163: gnu: Add texlive-biblatex-software.


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

ngz pushed a commit to branch master
in repository guix.

commit 5bd0f0fa8edd8903431869410a532d71ecf39aa1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:27:12 2023 +0200

    gnu: Add texlive-biblatex-software.
    
    * gnu/packages/tex.scm (texlive-biblatex-software): 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 2a9a9ab36c..22d4bbad5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4473,6 +4473,26 @@ the fields.  This list also includes the claves defined 
with the
 Humboldt-Universitat zu Berlin.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-software
+  (package
+    (name "texlive-biblatex-software")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-software/"
+                   "source/latex/biblatex-software/"
+                   "tex/latex/biblatex-software/")
+             (base32
+              "0dlinydsrlcw898ccynx76mdv9jsvr4ninsqv2aggmj3g9xripn0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-software";)
+    (synopsis "BibLaTeX stylefiles for software products")
+    (description
+     "This package implements software entry types for BibLaTeX in the form of
+a bibliography style extension.  It requires the Biber backend.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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