aboutsummaryrefslogtreecommitdiff
path: root/d3.v3.js
diff options
context:
space:
mode:
Diffstat (limited to 'd3.v3.js')
0 files changed, 0 insertions, 0 deletions
span class='msg-tooltip'>Fixes <https://issues.guix.gnu.org/63565>. * gnu/packages/scheme.scm (sicp) [arguments]: Use '--no-split' makeinfo option in build phase. Reported-by: Andrey Mitrofanov <abme@rambler.ru> Maxim Cournoyer 2023-05-10gnu: emacs-gerbil-mode: Move to scheme.scm....This fixes a bug due to a top-level circular reference: $ guix show scheme48 [...] ice-9/boot-9.scm:1685:16: In procedure raise-exception: error: gerbil: unbound variable * gnu/packages/emacs-xyz.scm (emacs-gerbil-mode): Move to... * gnu/packages/scheme.scm (emacs-gerbil-mode): ... here. Ludovic Courtès 2023-04-24gnu: sicp: Fix build....* gnu/packages/scheme.scm (sicp) [build-system]: Use copy-build-system. [native-inputs]: Remove source input. [arguments]: Remove #:modules and #:builder arguments. Add #:install-plan and #:phases arguments. Patch out obsolete call. Maxim Cournoyer 2023-04-08gnu: gerbil: Use G-expressions....* gnu/packages/scheme.scm (gerbil)[source, arguments]: Reindent. [arguments]: Rewrite using G-expressions. Do not return #t from custom phases. Use #:tests? instead of deleting the check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Juliana Sims 2023-04-08gnu: gerbil: Update to 0.17.0....* gnu/package/scheme.scm (gerbil): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Juliana Sims