Skip to content

Commit

Permalink
nixpkgs: libffi check fails with sssd
Browse files Browse the repository at this point in the history
  • Loading branch information
dguibert committed Apr 29, 2022
1 parent 6e82a93 commit a1ec87c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixpkgs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ with pkgs;
doCheck = false; # failure
});

libffi = libffi.overrideAttrs (old: {
doCheck = false; # failure
});

coreutils = (coreutils.override {
autoreconfHook = null; # workaround nixpkgs #144747
}).overrideAttrs (old: {
Expand Down

0 comments on commit a1ec87c

Please sign in to comment.