sbclPackages: fixed cl-cairo2-xlib

This commit is contained in:
Kasper Gałkowski
2022-11-14 22:48:34 +01:00
parent bfc75b74d6
commit 6ca354dd2f
+3
View File
@@ -22,6 +22,9 @@ let
cl-cairo2 = pkg: {
nativeLibs = [ cairo ];
};
cl-cairo2-xlib = pkg: {
nativeLibs = [ gtk2-x11 ];
};
cl-freetype2 = pkg: {
nativeLibs = [ freetype ];
nativeBuildInputs = [ freetype ];