From a96b6e64fb6028c29dea49b5c74e8c45e668f529 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 24 Jan 2017 23:34:40 +0100 Subject: [PATCH] ghc-8.0.2: remove unused fetchFilteredPatch function --- pkgs/development/compilers/ghc/8.0.2.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/compilers/ghc/8.0.2.nix b/pkgs/development/compilers/ghc/8.0.2.nix index 5979eba3e100..ba8401b9b092 100644 --- a/pkgs/development/compilers/ghc/8.0.2.nix +++ b/pkgs/development/compilers/ghc/8.0.2.nix @@ -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";