Skip to content

Commit

Permalink
makefile: Delete logic relative to quicklisp.
Browse files Browse the repository at this point in the history
CL dependencies are managed via git submodules.
  • Loading branch information
aadcg committed Nov 27, 2023
1 parent 28e4e04 commit ecb9457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ lisp_eval:=$(LISP) $(LISP_FLAGS) \
--eval '(when (string= "$(NYXT_SUBMODULES)" "true") (setf asdf:*default-source-registries* (list (quote asdf/source-registry:environment-source-registry))) (asdf:clear-configuration) (asdf:load-asd "$(makefile_dir)/libraries/nasdf/nasdf.asd") (asdf:load-asd "$(makefile_dir)/nyxt.asd") (asdf:load-system :nyxt/submodules))' \
--eval '(asdf:load-asd "$(makefile_dir)/libraries/nasdf/nasdf.asd")' \
--eval '(asdf:load-asd "$(makefile_dir)/nyxt.asd")' \
--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)'
Expand Down

0 comments on commit ecb9457

Please sign in to comment.