mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-15 14:40:52 +03:00
ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting
This commit is contained in:
parent
0ce7b31b09
commit
29a53017a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue