0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-15 06:31:39 +03:00

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

This commit is contained in:
Peter Simons 2016-09-01 15:03:31 +02:00
parent 0ce7b31b09
commit 29a53017a4

View file

@ -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