chickenPackages.chickenEggs.fuse: mark as broken due to fuse2 (#541420)

This commit is contained in:
David McFarland
2026-07-14 12:17:51 +00:00
committed by GitHub

View File

@@ -78,19 +78,8 @@ in
];
};
freetype = addToBuildInputsWithPkgConfig pkgs.freetype;
fuse =
old:
(addToBuildInputsWithPkgConfig pkgs.fuse old)
// {
env.NIX_CFLAGS_COMPILE = toString [
(
if stdenv.cc.isClang then
"-Wno-error=incompatible-function-pointer-types"
else
"-Wno-error=incompatible-pointer-types"
)
];
};
# requires fuse2
fuse = broken;
isaac =
old:
(addToBuildInputsWithPkgConfig pkgs.libffi old)