From fb9f9926cdbb2c6e66dcf28aa105d483d2bce0ec Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 30 Nov 2016 09:46:44 +0100 Subject: [PATCH] ghc-8.0.2: drop use of the obsolete response file patch Our gcc wrapper has been fixed to deal with those files properly. --- pkgs/development/compilers/ghc/8.0.2.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/compilers/ghc/8.0.2.nix b/pkgs/development/compilers/ghc/8.0.2.nix index 9ff94f204eb..6407c9b56dd 100644 --- a/pkgs/development/compilers/ghc/8.0.2.nix +++ b/pkgs/development/compilers/ghc/8.0.2.nix @@ -22,8 +22,6 @@ stdenv.mkDerivation rec { }; patches = [ - ./ghc-HEAD-dont-pass-linker-flags-via-response-files.patch # https://github.com/NixOS/nixpkgs/issues/10752 - # Already applied? # ./relocation.patch # Fix https://ghc.haskell.org/trac/ghc/ticket/12130