rPackages.MatchIt: fix build

patch no-longer applicable
This commit is contained in:
Justin Bedo 2021-12-02 13:23:34 +11:00
parent 10feaddf41
commit aa8c9a8183
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -1238,13 +1238,6 @@ let
'';
});
MatchIt = old.MatchIt.overrideDerivation (attrs: {
patches = [ (pkgs.fetchpatch {
url = "https://github.com/kosukeimai/MatchIt/commit/8c15a1afa16b74eb04a45e7e46f8aca64ed89bcb.patch";
sha256 = "sha256-3UI60n49xuX6LniHpTLOUSsHCEAQ7f1FMBVH0jNlW60=";
}) ];
});
h2o = old.h2o.overrideDerivation (attrs: {
preConfigure = ''
# prevent download of jar file during install and postpone to first use