about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules-new-obsolete/readme.md
blob: d5be7492334eb7a1ec932569c3986ed51b0aec2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.