Fix project dependencies
Remove GNU Scientific Library from dependency list.
This commit is contained in:
parent
359e5c9303
commit
1362210800
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue