Skip to content

Commit a1ec87c

Browse files
committed
nixpkgs: libffi check fails with sssd
1 parent 6e82a93 commit a1ec87c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nixpkgs/overlay.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ with pkgs;
1818
doCheck = false; # failure
1919
});
2020

21+
libffi = libffi.overrideAttrs (old: {
22+
doCheck = false; # failure
23+
});
24+
2125
coreutils = (coreutils.override {
2226
autoreconfHook = null; # workaround nixpkgs #144747
2327
}).overrideAttrs (old: {

0 commit comments

Comments
 (0)