aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
Commit message (Collapse)AuthorAge
...
* gnu: sbcl-lisp-namespace: Enable tests.Pierre Neidhardt2022-08-03
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-lisp-namespace)[arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests.Pierre Neidhardt2022-08-03
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-spatial-trees)[arguments]: Do it. [inputs] Add sbcl-alexandria, sbcl-optima, sbcl-iterate. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cl-irc: Fix tests.Pierre Neidhardt2022-08-03
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-irc)[arguments]: Specify test system. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-jonathan: Fix tests.Pierre Neidhardt2022-08-03
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-jonathan)[native-inputs]: Add missing sbcl-legion input. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-legion.Pierre Neidhardt2022-08-03
| | | | | | * gnu/packages/lisp-xyz.scm (cl-legion, ecl-legion, sbcl-legion): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cl-reexport: Remove obsolete test workaround.Pierre Neidhardt2022-08-03
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[arguments]: Remove. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-quri: Remove obsolete test workaround.Pierre Neidhardt2022-08-03
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-quri)[arguments]: Remove. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Remove obsolete references to asd-files and test-asd-file.Pierre Neidhardt2022-08-03
| | | | | | | | | | In a previous commit we've update the build system to let ASDF locate the .asd files for us, so package definition no longer need to provide this information. * gnu/packages/lisp-check.scm: Do it. * gnu/packages/lisp-xyz.scm: Do it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-cl-gamepad: Remove asdf:compile-system workaround.Pierre Neidhardt2022-08-03
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad)[arguments]: Remove 'build phase patch now that asdf-build-system/sbcl builds using asdf:load-system which fixes the bug. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-clss: Update to 20220728.Pierre Neidhardt2022-07-29
| | | | * gnu/packages/lisp-xyz.scm (sbcl-clss): Update to 20220728.
* gnu: Add ndebug.Pierre Neidhardt2022-07-24
| | | | * gnu/packages/lisp-xyz.scm (cl-ndebug, ecl-ndebug, sbcl-ndebug): New variables.
* gnu: Add ospm.Pierre Neidhardt2022-07-24
| | | | * gnu/packages/lisp-xyz.scm (cl-ospm, ecl-ospm, sbcl-ospm): New variables.
* gnu: Add glopSharlatan Hellseher2022-07-19
| | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-glop, ecl-glop, cl-glop): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add trivial-custom-debugger.Pierre Neidhardt2022-07-19
| | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-custom-debugger, ecl-trivial-custom-debugger, sbcl-trivial-custom-debugger): New variables.
* gnu: Add binary-types.Pierre Neidhardt2022-07-08
| | | | | * gnu/packages/lisp-xyz.scm (cl-binary-types, ecl-binary-types, sbcl-binary-types): New variables.
* gnu: cl-slime-swank: Store .fasl in the ASDF registry.Pierre Neidhardt2022-07-08
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[arguments]: Patch swank.asd to store the .fasl in the ASDF registry so that they are found in the package. Also patch swank-loader.lisp so that it does not try to remove the .fasl from the store. (cl-slime-swank)[arguments]: Revert above patch of the swank.ask so that the source package does not get bound to the SBCL package. We would not have to do this if SLIME/Swank used ASDF properly instead of working around it.
* gnu: sbcl-dexador: Remove unneeded depedencies to reduce closure size.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dexador)[native-inputs]: Comment out. This takes the closure size from 357 MiB down to 342 MiB.
* gnu: sbcl-osicat: Remove bash reference from the closure.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-osicat)[source]: Remove unneeded release.sh file. This takes the closure size of cl-osicat from 40 MiB down to 0 MiB.
* gnu: sbcl-trivial-clipboard: Replace xclip with xsel to reduce closure size.Pierre Neidhardt2022-07-08
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard)[inputs]: Replace xclip with xsel. [arguments]: Adapt reference. This takes the closure size of cl-trivial-clipboard from 90 MiB down to 78 MiB.
* gnu: sbcl-cluffer: Remove bash reference from the closure.Pierre Neidhardt2022-07-08
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Unpatch shell shebangs. It's only needed to generate the documentation (which we should do at build-time by the way). This takes the closure size of cl-cluffer from 40 MiB down to 0 MiB.
* gnu: sbcl-cl-gopher: Remove sbcl-cl-gopher reference in cl-gopherPierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-gopher)[arguments]: Delete the useless '.lsh' files. This takes the closure size from 150 MiB down to 0 MiB.
* gnu: sbcl-moptilities: Remove sbcl-moptilities reference in cl-moptilities.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Delete the 'test-results' folder. This takes the closure size from 158 MiB down to 0 MiB :)
* gnu: sbcl-slime-swank: Remove gawk reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[source]: Delete the 'doc' folder. This takes the closure size from 159 MiB down to 156 MiB.
* gnu: sbcl-clsql: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-clsql)[source]: Delete the 'debian' folder and all Makefiles. This takes the closure size from 930 MiB down to 889 MiB.
* gnu: sbcl-uffi: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-uffi)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-rss: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-rss)[source]: Delete the 'debian' folder. This takes the closure size from 234 MiB down to 176 MiB.
* gnu: sbcl-cl-base64: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-kmrcl: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-kmrcl)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-puri: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: cl-gopher: Update to 0899e7f.jgart2022-07-07
| | | | | | * gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: cl-http-body: Update to 3e4bedd.jgart2022-07-07
| | | | | | | | * gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd. [inputs]: Add missing dependencies. [native-inputs]: Add missing dependencies. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: sbcl-sketch: Include examples.Pierre Neidhardt2022-07-06
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-sketch)[arguments]: Add sketch-examples to asd-systems.
* gnu: sbcl-quri: Update to 0.6.0.André A. Gomes2022-07-06
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.6.0. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
* gnu: sbcl-nkeymaps: Update to 1.0.0.Pierre Neidhardt2022-07-04
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
* gnu: sbcl-nfiles: Update to 1.0.0.Pierre Neidhardt2022-07-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.0.0.
* gnu: sbcl-fof: Also build the fof/mf subsystem.Pierre Neidhardt2022-07-03
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-fof)[arguments]: Also build the fof/mf subsystem. [inputs]: Add sbcl-cl-json.
* gnu: sbcl-nhooks: Update to 1.1.1.Pierre Neidhardt2022-07-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.1.1.
* gnu: Add sketch.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-sketch, ecl-sketch, sbcl-sketch): New variables.
* gnu: Add cl-sdl2-ttf.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-sdl2-ttf, ecl-sdl2-ttf, sbcl-sdl2-ttf): New variables.
* gnu: Add cl-sdl2-image.Pierre Neidhardt2022-06-30
| | | | | * gnu/packages/lisp-xyz.scm (cl-sdl2-image, ecl-cl-sdl2-image, sbcl-cl-sdl2-image): New variables.
* gnu: Add cl-geometry.Pierre Neidhardt2022-06-30
| | | | | * gnu/packages/lisp-xyz.scm (cl-geometry, ecl-cl-geometry, sbcl-cl-geometry): New variables.
* gnu: Add cl-trees.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-trees, ecl-cl-trees, sbcl-cl-trees): New variables.
* gnu: Add glkit.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-glkit, ecl-glkit, sbcl-glkit): New variables.
* gnu: Add sdl2kit.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-sdl2kit, ecl-sdl2kit, sbcl-sdl2kit): New variables.
* gnu: Add mathkit.Pierre Neidhardt2022-06-30
| | | | | * gnu/packages/lisp-xyz.scm (cl-mathkit, ecl-mathkit, sbcl-mathkit): New variables.
* gnu: Add sb-cga.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-sb-cga, ecl-sb-cga, sbcl-sb-cga): New variables.
* gnu: Add physical-quantities.Pierre Neidhardt2022-06-30
| | | | | * gnu/packages/lisp-xyz.scm (cl-physical-quantities, ecl-physical-quantities, sbcl-physical-quantities): New variables.
* gnu: Add parseq.Pierre Neidhardt2022-06-30
| | | | * gnu/packages/lisp-xyz.scm (cl-parseq, ecl-parseq, sbcl-parseq): New variables.
* gnu: Add slot-extra-options.Pierre Neidhardt2022-06-30
| | | | | * gnu/packages/lisp-xyz.scm (cl-slot-extra-options, ecl-slot-extra-options, sbcl-slot-extra-options): New variables.
* gnu: Add polymorphic-functions.Pierre Neidhardt2022-06-30
| | | | | * gnu/packages/lisp-xyz.scm (cl-polymorphic-functions, ecl-polymorphic-functions, sbcl-polymorphic-functions): New variables.