GNU bug report logs -
#32432
[PATCH 1/2] gnu: texlive-latex-base: Include support files.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Mon, 13 Aug 2018 20:44:01 UTC
Severity: normal
Tags: patch
Done: Pierre Neidhardt <ambrevar <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Replace texlive with texlive-union.
---
gnu/packages/plotutils.scm | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index ab0ca0852..0e65cb319 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -194,7 +194,15 @@ colors, styles, options and details.")
(native-inputs
`(("gs" ,ghostscript) ;For tests
("texinfo" ,texinfo) ;For generating documentation
- ("texlive" ,texlive) ;For tests and documentation
+ ;; For the manual and the tests.
+ ("texlive" ,(texlive-union (list texlive-fonts-amsfonts
+ texlive-generic-ifxetex
+ texlive-latex-amsfonts
+ texlive-latex-geometry
+ texlive-latex-graphics
+ texlive-latex-oberdiek
+ texlive-latex-parskip
+ texlive-tex-texinfo)))
("emacs" ,emacs-minimal)
("perl" ,perl)))
(inputs
@@ -234,6 +242,12 @@ colors, styles, options and details.")
;; "failed to create directory /homeless-shelter/.asy" error.
(lambda _
(setenv "HOME" "/tmp")
+ ;; The "gs" test fails, complaining about an incompatible
+ ;; Ghostscript version. Not sure what's going on... Is this
+ ;; because I've just replaced texlive with texlive-union?
+ (substitute* "tests/Makefile"
+ (("^(TESTDIRS =.*) gs(.*)" begin end)
+ (string-append begin " " end)))
#t))
(add-after 'install 'install-Emacs-data
(lambda* (#:key outputs #:allow-other-keys)
--
2.18.0
This bug report was last modified 6 years and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.