From 1362210800ded7c152bf4a76d7a5ea795af48006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Tue, 5 Mar 2024 19:09:20 +0100 Subject: [PATCH] Fix project dependencies Remove GNU Scientific Library from dependency list. --- iip-project.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iip-project.asd b/iip-project.asd index fb97b9d..1f9c0d7 100644 --- a/iip-project.asd +++ b/iip-project.asd @@ -6,7 +6,7 @@ :license "GPL" :version "0.0.1" :serial t - :depends-on (#:cl-gtk4 #:opticl #:cl-pango #:gsll #:cl-gdk4 #:array-operations) + :depends-on (#:cl-gtk4 #:opticl #:cl-pango #:cl-gdk4 #:array-operations) :components ((:file "package") (:file "tables") (:file "pixbuf")