ghc-8.0.1: Revert "cosmetic fix to the Nix expression to unbreak syntax highlighting"
This reverts commit 29a53017a41ee039, which broke filterdiff according to https://github.com/NixOS/nixpkgs/issues/18665#issuecomment-247626588.
This commit is contained in:
parent
b26f956d84
commit
d1b34967fe
@ -8,7 +8,7 @@ let
|
|||||||
fetchFilteredPatch = args: fetchurl (args // {
|
fetchFilteredPatch = args: fetchurl (args // {
|
||||||
downloadToTemp = true;
|
downloadToTemp = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
${patchutils}/bin/filterdiff --clean --strip-match=1 -x '"testsuite/"*' "$downloadedFile" > "$out"
|
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user