From 29a53017a41ee0390e3b6028aadf303d04103fb7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 Sep 2016 15:03:31 +0200 Subject: [PATCH] ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting --- pkgs/development/compilers/ghc/8.0.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/8.0.1.nix b/pkgs/development/compilers/ghc/8.0.1.nix index 02a78f60550f..d28eab8d25e2 100644 --- a/pkgs/development/compilers/ghc/8.0.1.nix +++ b/pkgs/development/compilers/ghc/8.0.1.nix @@ -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