summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2023-12-02 15:41:15 +0200
committerAndre A. Gomes <andremegafone@gmail.com>2023-12-02 15:41:15 +0200
commit1c568e65b210f2403639692313a21fd9766c8081 (patch)
tree706d096f01a59e452f5b8ad5304264e263d7dbb6 /makefile
parent0795ee7ffe7d8c79faac1a15a2bb2c3a9e1b3862 (diff)
makefile: Delete logic relative to quicklisp.
CL dependencies are managed via git submodules.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index c035a4443..352662bf8 100644
--- a/makefile
+++ b/makefile
@@ -46,7 +46,6 @@ lisp_eval:=$(LISP) $(LISP_FLAGS) \
--eval '(asdf:load-asd "$(makefile_dir)/libraries/nasdf/nasdf.asd")' \
--eval '(asdf:load-asd "$(makefile_dir)/nyxt.asd")' \
--eval '(format t "~&; NASDF ~a: ~a~&" (asdf:component-version (asdf:find-system :nasdf)) (nth-value 2 (asdf:locate-system :nasdf)))' \
- --eval '(when (find-package :ql) (funcall (read-from-string "ql:quickload") :cffi))' \
--eval '(when (and (find-package :cffi) (uiop:getenv "GUIX_ENVIRONMENT")) (pushnew (pathname (format nil "~a/lib/" (uiop:getenv "GUIX_ENVIRONMENT"))) (symbol-value (read-from-string "cffi:*foreign-library-directories*" )) :test (quote equal)))' \
--eval
lisp_quit:=--eval '(uiop:quit)'