3
0
Fork 0
forked from mirrors/nixpkgs

ghc-8.0.2: cosmetic

This commit is contained in:
Peter Simons 2016-11-30 09:47:37 +01:00
parent fb9f9926cd
commit 2605149d15

View file

@ -9,7 +9,7 @@ let
downloadToTemp = true;
postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
'';
''; # fix syntax highlighting: */
});
in
stdenv.mkDerivation rec {