ghc-8.2.2: drop obsolete gold linker patch

Pointed out by @basvandijk in https://github.com/NixOS/nixpkgs/commit/b1a0f91afe64e4639022bea23c9ff49a4460f768.
This commit is contained in:
Peter Simons
2017-11-29 10:47:08 +01:00
parent cf1e09013e
commit b58cb3fa28
-2
View File
@@ -32,8 +32,6 @@ in stdenv.mkDerivation (rec {
postPatch = "patchShebangs .";
patches = [ ./ghc-gold-linker.patch ];
preConfigure = commonPreConfigure;
buildInputs = commonBuildInputs;