sbclPackages: fixed cl-cairo2-xlib
This commit is contained in:
parent
bfc75b74d6
commit
6ca354dd2f
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue