sbclPackages: fixed cl-pango

This commit is contained in:
Kasper Gałkowski
2022-11-14 22:49:23 +01:00
parent 6ca354dd2f
commit a4c3b8aad2
+3
View File
@@ -30,6 +30,9 @@ let
nativeBuildInputs = [ freetype ];
patches = [ ./patches/cl-freetype2-fix-grovel-includes.patch ];
};
cl-pango = pkg: {
nativeLibs = [ pango ];
};
cl-cffi-gtk-gdk = pkg: {
nativeLibs = [ gtk3 ];
};