1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

Merge pull request #22118 from LumiGuide/ghc802-cleanup

ghc-8.0.2: remove unused fetchFilteredPatch function
This commit is contained in:
Domen Kožar 2017-01-25 06:39:28 +01:00 committed by GitHub
commit b5c1b8eb67

View file

@ -4,13 +4,6 @@
let
inherit (bootPkgs) ghc;
fetchFilteredPatch = args: fetchurl (args // {
downloadToTemp = true;
postFetch = ''
${patchutils}/bin/filterdiff --clean --strip-match=1 -x 'testsuite/*' "$downloadedFile" > "$out"
''; # fix syntax highlighting: */
});
in
stdenv.mkDerivation rec {
version = "8.0.2";