redis-plus-plus: 1.3.7 -> 1.3.10
[NixPkgs.git] / pkgs / development / lisp-modules-new-obsolete / patches / cl-liballegro-nuklear-missing-dll.patch
blobb5bde523eba920ee6b248074a39502c9f4241549
1 Fix system not loading due to:
3 Unhandled CFFI:LOAD-FOREIGN-LIBRARY-ERROR
4 Unable to load foreign library (LIBALLEGRO-NUKLEAR).
5 Error opening shared object "/build/source/src/liballegro_nuklear.so":
6 /build/source/src/liballegro_nuklear.so: undefined symbol: al_draw_ellipse.
7 --- a/cl-liballegro-nuklear.asd
8 +++ b/cl-liballegro-nuklear.asd
9 @@ -12,7 +12,7 @@
10 :description "CFFI wrapper for the Nuklear IM GUI library with liballegro backend, to be used with cl-liballegro."
11 :author "Andrew Kravchuk <awkravchuk@gmail.com>"
12 :license "MIT"
13 - :depends-on (:cffi :cffi-libffi :trivial-features)
14 + :depends-on (:cl-liballegro :cffi :cffi-libffi :trivial-features)
15 :pathname "src"
16 :serial t
17 :components ((:makefile "Makefile")