diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 00:56:47 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 00:56:47 +0100 |
| commit | 978305639e3c930a539ddd2018bc061716ed8b55 (patch) | |
| tree | 62594e4d2a6a13fd0e41a9c26f1654837721decb /gnu/packages/plotutils.scm | |
| parent | 8b65fdc182e7340946be8b1e7b688d03b96c3482 (diff) | |
gnu: python-mathics-core: Add docs.
* gnu/packages/plotutils.scm (asymptote): Install files where latex will find them.
* gnu/packages/maths.scm (python-mathics-core): Add docs.
Change-Id: Id2dac5f9b4b3bdcfbb751a94263261fb69edb461
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index d5b2f0d9fad..72faa6c31f1 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -136,10 +136,10 @@ (guix build emacs-utils)) #:configure-flags #~(list (string-append "--enable-gc=" #$(this-package-input "libgc")) - (string-append "--with-latex=" #$output "/share/texmf/tex/latex") + (string-append "--with-latex=" #$output "/share/texmf-dist/tex/latex") (string-append "--with-context=" #$output - "/share/texmf/tex/context/third")) + "/share/texmf-dist/tex/context/third")) #:phases #~(modify-phases %standard-phases (add-after 'unpack 'locate-tirpc |
