mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user