From 9ce31c431f797132413d218488acc9a880447413 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 25 Apr 2024 16:35:44 -0500 Subject: [PATCH] mahogany: download quicklisp dependencies --- wayland/mahogany/build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wayland/mahogany/build b/wayland/mahogany/build index 8ee96303..e8b27f5a 100755 --- a/wayland/mahogany/build +++ b/wayland/mahogany/build @@ -30,6 +30,11 @@ (uiop:native-namestring ql-local-proj-dir) " " "https://github.com/" repo))))) +;; Download the rest of the quicklisp dependencies. +(ql:quickload '(:alexandria :cl-ansi-text :terminfo + :snakes :iterate :cffi :cffi-grovel :closer-mop) + :silent t) + (mapc ;; Ideally this would be a 'dolist' however uiop:run-program was ;; giving errors, which is odd to say the least. @@ -38,7 +43,7 @@ (lambda (cmd-lst) (if (= (length cmd-lst) 1) (car cmd-lst) - (format nil "~{~a~}" cmd-lst))) + (format nil "~{~a~}" cmd-lst))) `( ;; Don't clone wlroots... ("rm -rf heart/subprojects/")