guix-commits
[Top][All Lists]
Advanced

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

202/452: gnu: texlive-biblatex-apa: Refresh package definition.


From: guix-commits
Subject: 202/452: gnu: texlive-biblatex-apa: Refresh package definition.
Date: Fri, 9 Jun 2023 13:43:23 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 453cd5ba19040880c071a57d421e85cbdbda29ff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:45:29 2023 +0200

    gnu: texlive-biblatex-apa: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-biblatex-apa): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 296ce5ffaa..dc7a383812 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10839,23 +10839,22 @@ section.
 
 (define-public texlive-biblatex-apa
   (package
-    ;; Version 9.16 2022-06-22
-    (inherit (simple-texlive-package
-              "texlive-biblatex-apa"
-              (list "doc/latex/biblatex-apa/"
-                    "tex/latex/biblatex-apa/")
-              (base32
-               "0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")
-              #:trivial? #t))
-    (propagated-inputs
-     (list texlive-biblatex biber texlive-csquotes))
-    (home-page
-     "https://www.ctan.org/pkg/biblatex-apa";)
+    (name "texlive-biblatex-apa")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-apa/"
+                   "tex/latex/biblatex-apa/")
+             (base32
+              "0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-apa";)
     (synopsis "BibLaTeX citation and reference style for APA")
     (description
      "This is a fairly complete BibLaTeX style (citations and references) for
-@acronym{APA, American Psychological Association} publications.  It implements
-and automates most of the guidelines in the APA 7th edition style guide for
+APA (American Psychological Association) publications.  It implements and
+automates most of the guidelines in the APA 7th edition style guide for
 citations and references.")
     (license license:lppl1.3c)))
 



reply via email to

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