diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 11:00:19 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 11:02:06 +0100 |
| commit | d916d3b1568a2def0dfb9089d61f2202db35beb7 (patch) | |
| tree | 358b04b940684a90b63740680d087c852898f468 /gnu/packages/plotutils.scm | |
| parent | 21905248b46c5b7252d177a17575fd3f31bdc7f4 (diff) | |
Revert "gnu: python-mathics-core: Add docs."
This reverts commit 978305639e3c930a539ddd2018bc061716ed8b55 since it was too early.
Change-Id: I934d5bd0de1a895670be44a754e54ca0ab431156
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 72faa6c31f1..d5b2f0d9fad 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -136,10 +136,10 @@ | |||
| 136 | (guix build emacs-utils)) | 136 | (guix build emacs-utils)) |
| 137 | #:configure-flags | 137 | #:configure-flags |
| 138 | #~(list (string-append "--enable-gc=" #$(this-package-input "libgc")) | 138 | #~(list (string-append "--enable-gc=" #$(this-package-input "libgc")) |
| 139 | (string-append "--with-latex=" #$output "/share/texmf-dist/tex/latex") | 139 | (string-append "--with-latex=" #$output "/share/texmf/tex/latex") |
| 140 | (string-append "--with-context=" | 140 | (string-append "--with-context=" |
| 141 | #$output | 141 | #$output |
| 142 | "/share/texmf-dist/tex/context/third")) | 142 | "/share/texmf/tex/context/third")) |
| 143 | #:phases | 143 | #:phases |
| 144 | #~(modify-phases %standard-phases | 144 | #~(modify-phases %standard-phases |
| 145 | (add-after 'unpack 'locate-tirpc | 145 | (add-after 'unpack 'locate-tirpc |
