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

View file

@ -22,6 +22,9 @@ let
cl-cairo2 = pkg: { cl-cairo2 = pkg: {
nativeLibs = [ cairo ]; nativeLibs = [ cairo ];
}; };
cl-cairo2-xlib = pkg: {
nativeLibs = [ gtk2-x11 ];
};
cl-freetype2 = pkg: { cl-freetype2 = pkg: {
nativeLibs = [ freetype ]; nativeLibs = [ freetype ];
nativeBuildInputs = [ freetype ]; nativeBuildInputs = [ freetype ];