nixpkgs/pkgs/development/lisp-modules-new-obsolete
Peder Bergebakken Sundt f41aba3739 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
..
doc treewide: Fix typos 2023-09-28 19:06:13 +02:00
examples treewide: fix redirected and broken URLs 2023-11-11 10:49:01 +01:00
import
patches treewide: remove unreferenced patch files 2023-12-01 06:11:20 +01:00
test
.gitattributes
.gitignore
imported.nix
lisp-packages.nix
old-make-wrapper.sh
packages.nix
ql-import.lisp
ql.nix
readme.md
shell.nix

lisp-modules

Utilities for packaging ASDF systems using Nix.

Quick start

Build an ASDF system:

nix-build ./examples/bordeaux-threads.nix
ls result/src

Build an sbclWithPackages:

nix-build ./examples/sbcl-with-bt.nix
result/bin/sbcl

Re-import Quicklisp packages:

nix-shell --run 'sbcl --script ql-import.lisp'

Test build of packages

(cd test;  sbcl --script test.lisp ccl)

Documentation

See doc directory.