quicklisp is apparently obsolete? I hope?
This commit is contained in:
parent
c10160bf26
commit
27a6a04f67
@ -9,15 +9,8 @@ let
|
|||||||
load-path-string =
|
load-path-string =
|
||||||
concatStringsSep " " (map (path: ''"${path}"'') load-paths);
|
concatStringsSep " " (map (path: ''"${path}"'') load-paths);
|
||||||
in pkgs.writeText "slynk.lisp" ''
|
in pkgs.writeText "slynk.lisp" ''
|
||||||
(load (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))
|
(asdf:load-system 'slynk)
|
||||||
(ql:quickload :slynk)
|
|
||||||
(setf asdf:*central-registry*
|
|
||||||
(append asdf:*central-registry*
|
|
||||||
(list ${load-path-string})))
|
|
||||||
(slynk:create-server :port ${toString port} :dont-close t)
|
(slynk:create-server :port ${toString port} :dont-close t)
|
||||||
(dolist (var '("LD_LIBRARY_PATH"))
|
|
||||||
(format t "~S: ~S~%" var (sb-unix::posix-getenv var)))
|
|
||||||
|
|
||||||
(loop (sleep 60))
|
(loop (sleep 60))
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -28,7 +21,6 @@ let
|
|||||||
asdf-system-connections
|
asdf-system-connections
|
||||||
cl_plus_ssl
|
cl_plus_ssl
|
||||||
cl-ppcre
|
cl-ppcre
|
||||||
quicklisp
|
|
||||||
quri
|
quri
|
||||||
uiop
|
uiop
|
||||||
usocket
|
usocket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user