gnu: texlive-biblatex-apa: Refresh package definition.
* gnu/packages/tex.scm (texlive-biblatex-apa): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
34e2e55a1a
commit
efde0718f8
1 changed files with 13 additions and 14 deletions
|
@ -10839,23 +10839,22 @@ section.
|
||||||
|
|
||||||
(define-public texlive-biblatex-apa
|
(define-public texlive-biblatex-apa
|
||||||
(package
|
(package
|
||||||
;; Version 9.16 2022-06-22
|
(name "texlive-biblatex-apa")
|
||||||
(inherit (simple-texlive-package
|
(version (number->string %texlive-revision))
|
||||||
"texlive-biblatex-apa"
|
(source (texlive-origin
|
||||||
(list "doc/latex/biblatex-apa/"
|
name version
|
||||||
"tex/latex/biblatex-apa/")
|
(list "doc/latex/biblatex-apa/"
|
||||||
(base32
|
"tex/latex/biblatex-apa/")
|
||||||
"0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")
|
(base32
|
||||||
#:trivial? #t))
|
"0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")))
|
||||||
(propagated-inputs
|
(outputs '("out" "doc"))
|
||||||
(list texlive-biblatex biber texlive-csquotes))
|
(build-system texlive-build-system)
|
||||||
(home-page
|
(home-page "https://ctan.org/pkg/biblatex-apa")
|
||||||
"https://www.ctan.org/pkg/biblatex-apa")
|
|
||||||
(synopsis "BibLaTeX citation and reference style for APA")
|
(synopsis "BibLaTeX citation and reference style for APA")
|
||||||
(description
|
(description
|
||||||
"This is a fairly complete BibLaTeX style (citations and references) for
|
"This is a fairly complete BibLaTeX style (citations and references) for
|
||||||
@acronym{APA, American Psychological Association} publications. It implements
|
APA (American Psychological Association) publications. It implements and
|
||||||
and automates most of the guidelines in the APA 7th edition style guide for
|
automates most of the guidelines in the APA 7th edition style guide for
|
||||||
citations and references.")
|
citations and references.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
|
Reference in a new issue