haskellPackages.rest-rewrite: remove fix that is no longer necessary

The actual fix has been upstreamed to the package itself and is now present in
rest-rewrite-0.4.2.
This commit is contained in:
Tommy Bidne 2023-07-21 13:45:21 +12:00
parent b6e5f0095d
commit d877ca18d1
No known key found for this signature in database
GPG key ID: 42D4DDB937B3211A

View file

@ -1302,17 +1302,6 @@ self: super: builtins.intersectAttrs super {
halide-haskell = super.halide-haskell.override { Halide = pkgs.halide; };
rest-rewrite =
overrideCabal
(oldAttrs: {
# Directory is needed for tests.
# https://github.com/zgrannan/rest/issues/37
postPatch = oldAttrs.postPatch or "" + ''
mkdir graphs
'';
})
super.rest-rewrite;
# Sydtest has a brittle test suite that will only work with the exact
# versions that it ships with.
sydtest = dontCheck super.sydtest;