3
0
Fork 0
forked from mirrors/nixpkgs

rPackages.MatchIt: backport build patch

This commit is contained in:
Justin Bedo 2021-10-08 14:07:23 +11:00
parent 22e4ee209e
commit 2ab8998641
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -1035,6 +1035,12 @@ let
'';
});
MatchIt = old.MatchIt.overrideDerivation (attrs: {
patches = [ (pkgs.fetchpatch {
url = "https://github.com/kosukeimai/MatchIt/commit/8c15a1afa16b74eb04a45e7e46f8aca64ed89bcb.patch";
sha256 = "sha256-3UI60n49xuX6LniHpTLOUSsHCEAQ7f1FMBVH0jNlW60=";
}) ];
});
};
in
self