crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

Stop bundling lisp-unit #26

Open AeroNotix opened 9 years ago

AeroNotix commented 9 years ago

With the advent of quicklisp, there's no reason to be bundling lisp-unit with this project any more.

It ends up being that lisp-unit in cl-cffi-gtk's can override the package that may or may not be at the version you want which you installed via quicklisp.

karlosz commented 9 years ago

Incidentally this prevents cl-cffi-gtk from being included in quicklisp itself

AeroNotix commented 9 years ago

:+1: