freeimage: drop

Very insecure.
This commit is contained in:
Wolfgang Walther
2025-10-23 13:54:39 +02:00
parent a8204745e5
commit 3e505de718
18 changed files with 5 additions and 917 deletions
-3
View File
@@ -27,9 +27,6 @@ let
cl-cairo2-xlib = super.cl-cairo2-xlib.overrideLispAttrs (o: {
nativeLibs = [ pkgs.gtk2-x11 ];
});
cl-freeimage = super.cl-freeimage.overrideLispAttrs (o: {
nativeLibs = [ pkgs.freeimage ];
});
cl-freetype2 = super.cl-freetype2.overrideLispAttrs (o: {
nativeLibs = [ pkgs.freetype ];
nativeBuildInputs = [ pkgs.freetype ];