ghc-8.0.1: Revert "cosmetic fix to the Nix expression to unbreak syntax highlighting"

This reverts commit 29a53017a4, which broke filterdiff according to
https://github.com/NixOS/nixpkgs/issues/18665#issuecomment-247626588.
This commit is contained in:
Peter Simons 2016-09-16 20:45:09 +02:00
parent b26f956d84
commit d1b34967fe

View file

@ -8,7 +8,7 @@ let
fetchFilteredPatch = args: fetchurl (args // {
downloadToTemp = true;
postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x '"testsuite/"*' "$downloadedFile" > "$out"
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
'';
});
in