Age | Commit message (Collapse) | Author |
|
* gnu/packages/tex.scm (texlive-texinfo): New variable.
(texlive-tex-texinfo): Deprecate variable.
* doc/build.scm (pdf-manual):
* gnu/packages/finance.scm (optionmatrix):
* gnu/packages/lisp.scm (sbcl):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/scheme.scm (mit-scheme):
* gnu/packages/xdisorg.scm (xforms): Use new name.
|
|
* gnu/packages/scheme.scm (mit-scheme)[arguments] Add 'set-env
before 'configure, setting -Wno-array-parameter in CFLAGS and
CPPFLAGS to ignore warning causing build break.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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>
|
|
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.
|
|
* 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.
|
|
* 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>
|
|
* gnu/package/scheme.scm (gerbil): Update to 0.17.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|