Age | Commit message (Collapse) | Author |
|
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
|
|
* gnu/packages/lisp.scm (txr)[version]: Update to 266.
[inputs]: Add bash.
[arguments]<#:phases>{inhibit-doc-syms-generation}: Correct the path to
doc-syms.tl to its new location.
{fix-tests}: Fix another test.
{fix-paths}: New phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
The install-license-files phase was installing LICENSE-CYG when it
shouldn't have, because that license applies only to TXR builds for
Microsoft Windows; and it was also ignoring the METALICENSE file.
However, TXR's Makefile was already installing the LICENSE and
METALICENSE files into share/txr (the datadir), so redirect them into
the appropriate doc directory and delete the install-license-files
phase.
* gnu/packages/lisp.scm (txr)[arguments]<#:phases>
{fix-license-installation}: New phase.
{install-license-files}: Delete phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (man-for-txr): New variable.
(txr)[native-inputs]: New field.
[inputs]: Move above the arguments field.
[arguments]<#:phases>{inhibit-doc-syms-generation, build-doc, install-doc}:
New phases.
{fix-tests}: Add after the unpack phase rather than after the configure
phase so that all file-modifying phases are performed after unpacking.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.1.6.
|
|
* gnu/packages/lisp.scm (txr): Update to 263.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.1.5.
|
|
* gnu/packages/lisp.scm (ccl): Update to 1.12.1.
[inputs]: Keep using the 1.12 bootstrap for ARM.
|
|
* gnu/packages/lisp.scm (txr): Update to 259.
|
|
* gnu/packages/lisp.scm (txr): Update to 258.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
|
|
* gnu/packages/lisp.scm (txr): Update to 257.
|
|
* gnu/packages/lisp.scm (txr): Update to 256.
|
|
* gnu/packages/lisp.scm (txr): Update to 255.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.1.3.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.7.0.
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.6.0.
|
|
* gnu/packages/lisp.scm (ecl): Update to 21.2.1.
|
|
* gnu/packages/lisp.scm(ecl)[inputs]: Move gmp, libatomic-ops, libgc and
libffi to...
[propagated-inputs]: ... here.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper)[arguments]: Substitute calls
to `cat' with full store path.
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.5.0.
|
|
* gnu/packages/lisp.scm (buildapp): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.4.0.
|
|
* gnu/packages/lisp.scm (txr): Update to 246.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.1.0.
|
|
* gnu/packages/lisp.scm (txr): Update to 245.
|
|
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: Add "remove-build-stamp"
phase. Move "wrap" phase after "remove-build-stamp" phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove unused 'out' variable in
'replace-asdf' phase.
|
|
* gnu/packages/lisp.scm (ecl)[arguments]: Remove unused 'out' variable in
'replace-asdf' phase.
|
|
* gnu/packages/lisp.scm (clisp)[native-inputs]: Add cl-asdf.
[arguments]: Add 'replace-asdf' phase.
[native-search-paths]: Add XDG_CONFIG_DIRS and XDG_DATA_DIRS.
|
|
* gnu/packages/lisp.scm (ccl)[native-inputs]: Add cl-asdf.
[arguments]: Add 'replace-asdf' phase.
[native-search-paths]: Add XDG_CONFIG_DIRS and XDG_DATA_DIRS.
|
|
* gnu/packages/patches/cl-asdf-config-directories.patch: New file.
* gnu/local.mk (dist_PATCH_DATA): Add it.
* gnu/packages/lisp.scm (cl-asdf)[native-inputs]: Add it.
[arguments]: Apply the new patch.
Co-authored-by: Pierre Neidhardt <mail@ambrevar.xyz>
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.3.0.
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.2.0.
|
|
* gnu/packages/lisp.scm (lisp-repl-core-dumper): New variable.
|
|
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size
of 3 GiB.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.0.11.
|
|
* gnu/packages/lisp.scm (clisp)[source]: Remove patch that does not seem to be
needed anymore.
[arguments]: Remove (obsolete?) #:build keyword. Enable ASDF and explicitly
enable ffcall, readline, sigsegv. Enable parallel-build since they seem to
work now.
|
|
|
|
* gnu/packages/lisp.scm (janet): New variable.
|
|
Conflicts:
gnu/local.mk
gnu/packages/gdb.scm
gnu/packages/lisp-xyz.scm
gnu/packages/web-browsers.scm
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.0.10.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.0.9.
|
|
|
|
* gnu/packages/lisp.scm (txr): Update to 244.
[native-inputs]: Remove bison and flex.
|
|
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.4.
[arguments]: Add small patch for default ASDF configuration.
(asdf-substitutions): Remove variable.
(sbcl, ecl)[arguments]: Remove call to 'asdf-substitutions'.
|
|
* gnu/packages/lisp.scm (sbcl, ecl)[native-search-paths]: Add
'XDG_CONFIG_DIRS'.
* guix/build-system/asdf.scm (asdf-build): Replace 'asd-file' and
'asd-system-name' keywords by 'asd-files' and 'asd-systems'.
* guix/build/asdf-build-system.scm (%object-prefix,
%lisp-source-install-prefix): Update variables.
(install): Update variable.
(main-system-name): New variable.
(copy-source): Replace 'asd-file' and 'asd-system-name' keywords by
'asd-files' and 'asd-systems'.
(configure): New variable.
(build, check): Replace 'asd-file' and 'asd-system-name' keywords by
'asd-files' and 'asd-systems'.
(create-asd-file, symlink-asd-files): Remove variables.
(create-asdf-configuration): New variable.
(cleanup-files): Update variable.
(%standard-phases): Remove 'create-asd-file' and 'symlink-asd-files' phases.
Add 'configure' and 'create-asdf-configuration' phases.
* guix/build/lisp-utils.scm (%bundle-install-prefix, normalize-dependency,
inputs->asd-file-map, asdf-load-all, compile-system): Remove variables.
(compile-systems): New variable.
(system-dependencies, compiled-system, generate-system-definition): Remove
variable.
(test-system): Replace 'asd-file' parameter by 'asd-files'.
(generate-executable-for-system): Update variable.
(generate-dependency-links, make-asd-file, bundle-asd-file): Remove
variables.
(make-asdf-configuration): New variable.
(build-program, build-image): Set 'XDG_CONFIG_DIRS'.
(generate-executable): Update variable.
|