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:
@@ -32,8 +32,6 @@ in stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
postPatch = "patchShebangs .";
|
postPatch = "patchShebangs .";
|
||||||
|
|
||||||
patches = [ ./ghc-gold-linker.patch ];
|
|
||||||
|
|
||||||
preConfigure = commonPreConfigure;
|
preConfigure = commonPreConfigure;
|
||||||
|
|
||||||
buildInputs = commonBuildInputs;
|
buildInputs = commonBuildInputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user