mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
chickenPackages.chickenEggs.fuse: mark as broken due to fuse2 (#541420)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user