Add alexandria dependency
This commit is contained in:
parent
4899d888aa
commit
f1cf8ad488
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(defsystem #:user-side-compiler
|
(defsystem #:user-side-compiler
|
||||||
:serial t
|
:serial t
|
||||||
:depends-on (#:closer-mop)
|
:depends-on (#:closer-mop #:alexandria)
|
||||||
:components
|
:components
|
||||||
((:file "package")
|
((:file "package")
|
||||||
(:file "toolkit")
|
(:file "toolkit")
|
||||||
|
|
Loading…
Add table
Reference in a new issue