ngz pushed a commit to branch tex-team-next
in repository guix.
commit df78b2861af3ee2d838c9200e2a70bbd607d484f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jul 8 00:42:53 2023 +0200
gnu: texlive-biblatex: Add missing files.
* gnu/packages/tex.scm (texlive-biblatex)[source]: Fix locations to include
all files.
---
gnu/packages/tex.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5c11d1141f..7cb91b2b05 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14244,13 +14244,10 @@ and write them to an external XML file at the end of
the document.")
(source (texlive-origin
name version
(list "bibtex/bib/biblatex/biblatex/"
- "bibtex/bst/biblatex/"
- "doc/latex/biblatex/"
- "tex/latex/biblatex/bbx/"
- "tex/latex/biblatex/cbx/"
- "tex/latex/biblatex/lbx/")
+ "bibtex/bst/biblatex/" "doc/latex/biblatex/"
+ "tex/latex/biblatex/")
(base32
- "0s4i9ck77cldf37j01pgjm6qznfwkmy0vmrcdichq8bvzx8w89zg")))
+ "08wvsdwcixj50kklv4zwjs9rpjmhwzxxd242hvyi6lzkd7r0fnq4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs