aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.lisp')
-rw-r--r--bundle.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundle.lisp b/bundle.lisp
index 8961589..309b24d 100644
--- a/bundle.lisp
+++ b/bundle.lisp
@@ -1,6 +1,8 @@
(setf ql:*local-project-directories* '("./lib"))
-(let ((dependencies (asdf:system-depends-on (asdf:find-system :wajir)))
+(let ((dependencies (append
+ (asdf:system-depends-on (asdf:find-system :wajir))
+ (asdf:system-depends-on (asdf:find-system :com.inuoe.jzon))))
(local-dependencies '("com.inuoe.jzon"
"sysexits")))
(ql:bundle-systems