GNU bug report logs -
#67723
[PATCH 0/2] Fix the texlive-poetry package
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/tex.scm (texlive-poetry)[propagated-inputs]: Add
texlive-modulues, texlive-imakeidx.
Change-Id: I1119b6dcebe8836b579c43835105711a7a7633dc
---
gnu/packages/tex.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cdefddb467..fa9a5a005c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25407,14 +25407,15 @@ (define-public texlive-poetry
(package
(name "texlive-poetry")
(version (number->string %texlive-revision))
- (source (texlive-origin
- name version
- (list "doc/latex/poetry/" "source/latex/poetry/"
- "tex/latex/poetry/")
- (base32
- "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))
+ (source
+ (texlive-origin name version
+ (list "doc/latex/poetry/" "source/latex/poetry/"
+ "tex/latex/poetry/")
+ (base32
+ "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs (list texlive-modulus texlive-imakeidx))
(home-page "https://ctan.org/pkg/poetry")
(synopsis "Facilities for typesetting poetry and poetical structure")
(description
--
2.41.0
This bug report was last modified 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.