Age | Commit message (Expand) | Author |
2020-04-14 | gnu: txr: Declare test target....* gnu/packages/lisp.scm (txr)[arguments]: Use #:test-target instead of
a trivial custom ‘check’ phase.
| Tobias Geerinckx-Rice |
2020-04-08 | gnu: ecl: Fix build with LibFFI >= 3.3....* gnu/packages/lisp.scm (ecl)[source](modules, snippet): New fields.
| Marius Bakke |
2020-04-07 | gnu: sbcl: Update to 2.0.3....* gnu/packages/lisp.scm (sbcl): Update to 2.0.3.
| Pierre Neidhardt |
2020-04-03 | gnu: txr: Update to 234....* gnu/packages/lisp.scm (txr): Update to 234.
| Guillaume Le Vaillant |
2020-04-02 | gnu: Add ccl-1.12....* gnu/packages/lisp.scm (ccl-1.12): New variable.
| Pierre Neidhardt |
2020-03-24 | gnu: sbcl: Increase maximum heap size to 2Gb....* gnu/packages/lisp.scm (sbcl)[arguments]: Add the "--dynamic-space-size=2Gb"
option in the build phase.
| Guillaume Le Vaillant |
2020-03-12 | gnu: txr: Update to 233....* gnu/packages/lisp.scm (txr): Update to 233.
| Guillaume Le Vaillant |
2020-03-03 | gnu: sbcl: Update to 2.0.2....* gnu/packages/lisp.scm (sbcl): Update to 2.0.2.
| Pierre Neidhardt |
2020-02-10 | gnu: txr: Update to 232....* gnu/packages/lisp.scm (txr): Update to 232.
| Guillaume Le Vaillant |
2020-01-17 | gnu: ecl: Use system ASDF instead of bundled one....* gnu/packages/lisp.scm (ecl)[source]: Remove snippet.
[native-inputs]: Add cl-asdf.
[arguments]: Add 'replace-asdf' phase.
| Guillaume Le Vaillant |
2020-01-17 | gnu: sbcl: Use system ASDF instead of bundled one....* gnu/packages/lisp.scm (sbcl)[source]: Remove snippet.
[native-inputs]: Add cl-asdf and sort the list.
[arguments]: Add 'replace-asdf' phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Katherine Cox-Buday |
2020-01-17 | gnu: Add cl-asdf....* gnu/packages/lisp.scm (cl-asdf): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Katherine Cox-Buday |
2020-01-11 | gnu: Add picolisp....* gnu/packages/lisp.scm (picolisp32, picolisp): New variables.
| Guillaume Le Vaillant |
2020-01-03 | gnu: sbcl: Update to 2.0.0....* gnu/packages/lisp.scm (sbcl): Update to 2.0.0.
| Pierre Neidhardt |
2020-01-03 | Revert "gnu: sbcl: Update to 1.5.9."...The boot0 package won't be needed anymore with 2.0.0.
This reverts commit edf8152563a898438708ec9b2b17284a9d55d271.
| Pierre Neidhardt |
2019-12-29 | gnu: txr: Update to 230....* gnu/packages/lisp.scm (txr): Update to 230.
| Guillaume Le Vaillant |
2019-12-19 | gnu: sbcl: Update to 1.5.9....* gnu/packages/lisp.scm (sbcl-boot0): New variable.
Build 1.5.8 against CLISP.
(sbcl): Build versions >= 1.5.9 against sbcl-boot0.
| Pierre Neidhardt |
2019-12-17 | gnu: txr: Update to 229....* gnu/packages/lisp.scm (txr): Update to 229.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Guillaume Le Vaillant |
2019-12-09 | gnu: sbcl: Fix missing return value of phase....* gnu/packages/lisp.scm (sbcl)[arguments]: Return #t in patch-unix-tool-paths
phase.
| Pierre Neidhardt |
2019-12-05 | gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and stum......* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
javascript module instead of lisp.
| Pierre Neidhardt |
2019-12-05 | Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascrip......This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which
still breaks ‘guix pull’.
| Tobias Geerinckx-Rice |
2019-12-05 | gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and st......* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
javascript module instead of lisp.
| Pierre Neidhardt |
2019-11-28 | Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stu......This reverts commit abf43a67d5929bf279edce3e790ef1348dda32a5 as it broke "guix pull".
| Ricardo Wurmus |
2019-11-28 | gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm....* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
| Pierre Neidhardt |
2019-11-28 | gnu: sbcl-parse-number: Update to 1.7....* gnu/packages/lisp.scm (sbcl-parse-number): Update to 1.7.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-parse-number: Don't use unstable tarball....* gnu/packages/lisp.scm (sbcl-parse-number)[source]: Download using
git-fetch.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-chinga: Don't use unstable tarball....* gnu/packages/lisp.scm (sbcl-chunga)[source]: Download using git-fetch.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-lack-middleware-static: Provide a file-name....* gnu/packages/lisp.scm (sbcl-lack-middleware-static)[source]: Use
git-file-name.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-lack-request: Provide a file-name....* gnu/packages/lisp.scm (sbcl-lack-request)[source]: Use git-file-name.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-lack-util: Provide a file-name....* gnu/packages/lisp.scm (sbcl-lack-util)[source]: Use git-file-name.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-lack: Provide a file-name....* gnu/packages/lisp.scm (sbcl-lack)[source]: Use git-file-name.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-lack-component: Provide a file-name....* gnu/packages/lisp.scm (sbcl-lack-component)[source]: Use
git-file-name.
| Efraim Flashner |
2019-11-28 | gnu: sbcl-lack-middleware-backtrace: Provide a file-name....* gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace)[source]: Use
git-file-name.
| Efraim Flashner |
2019-10-26 | gnu: sbcl: Update to 1.5.8....* gnu/packages/lisp.scm (sbcl): Update to 1.5.8.
| Pierre Neidhardt |
2019-10-22 | gnu: Add sbcl-graph-json....* gnu/packages/lisp.scm (sbcl-graph-json): New variable.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add sbcl-graph-dot....* gnu/packages/lisp.scm (sbcl-graph-dot): New variable.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add graph....* gnu/packages/lisp.scm (cl-graph, sbcl-graph): New variables.
* gnu/packages/patches/sbcl-graph-asdf-definitions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add stefil....* gnu/packages/lisp.scm (cl-stefil, sbcl-stefil): New variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add ecl-iterate....* gnu/packages/lisp.scm (ecl-iterate): New variable.
| Guillaume Le Vaillant |
2019-10-22 | gnu: sbcl-iterate: Add missing native input....* gnu/packages/lisp.scm (sbcl-iterate)[native-inputs]: Add rt.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add yason....* gnu/packages/lisp.scm (cl-yason, sbcl-yason, ecl-yason): New variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add curry-compose-reader-macros....* gnu/packages/lisp.scm (cl-curry-compose-reader-macros,
sbcl-curry-compose-reader-macros, ecl-curry-compose-reader-macros): New
variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add cl-heap....* gnu/packages/lisp.scm (cl-heap, sbcl-cl-heap, ecl-cl-heap): New variables.
| Guillaume Le Vaillant |
2019-10-21 | gnu: Add simple-parallel-tasks....* gnu/packages/lisp.scm (cl-simple-parallel-tasks, sbcl-simple-parallel-tasks,
ecl-simple-parallel-tasks): New variables.
| Guillaume Le Vaillant |
2019-10-18 | gnu: lisp: Add most missing source package for Common Lisp libraries....* gnu/packages/lisp.scm (cl-parse-js, cl-parse-number, cl-iterate, cl-uglify,
cl-cffi, cl-sqlite, cl-cffi-gtk, cl-webkit, cl-iolib, cl-ieee-floats,
cl-xml, cl-reexport, cl-dexador, cl-cookie, cl-lisp-namespace,
cl-trivial-cltl2, cl-introspect-environment, cl-type-i, cl-optima,
cl-fare-quasiquote, cl-trivia, cl-mk-string-metrics, cl-str, cl-xmlspam):
New variables.
| Pierre Neidhardt |
2019-10-18 | gnu: Add ecl-dexador....* gnu/packages/lisp.scm (ecl-dexador): New variable.
| Guillaume Le Vaillant |
2019-10-18 | gnu: Add ecl-trivial-mimes....* gnu/packages/lisp.scm (ecl-trivial-mimes): New variable.
| Guillaume Le Vaillant |
2019-10-18 | gnu: sbcl-trivial-mimes: Fix 'fix-paths' phase....* gnu/packages/lisp.scm (sbcl-trivial-mimes)[arguments]: Use '(%lisp-type)'
instead of hard coded 'sbcl' in 'fix-paths' phase.
| Guillaume Le Vaillant |
2019-10-18 | gnu: Add arrows....* gnu/packages/lisp.scm (cl-arrows, sbcl-arrows, ecl-arrows): New variables.
| Guillaume Le Vaillant |
2019-10-18 | gnu: cl+ssl: Update to 0.0.0-1.141ae91....* gnu/packages/lisp.scm (sbcl-cl+ssl): Update to 0.0.0-1.141ae91.
[inputs]: Add alexandria and trivial-features.
| Guillaume Le Vaillant |