Fix project dependencies

Remove GNU Scientific Library from dependency list.
This commit is contained in:
Petar Kapriš 2024-03-05 19:09:20 +01:00
parent 359e5c9303
commit 1362210800

View file

@ -6,7 +6,7 @@
:license "GPL" :license "GPL"
:version "0.0.1" :version "0.0.1"
:serial t :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") :components ((:file "package")
(:file "tables") (:file "tables")
(:file "pixbuf") (:file "pixbuf")