3
0
Fork 0
forked from mirrors/nixpkgs

ghc-8.2.2: drop obsolete gold linker patch

Pointed out by @basvandijk in b1a0f91afe.
This commit is contained in:
Peter Simons 2017-11-27 19:52:43 +01:00
parent cf1e09013e
commit b58cb3fa28

View file

@ -32,8 +32,6 @@ in stdenv.mkDerivation (rec {
postPatch = "patchShebangs .";
patches = [ ./ghc-gold-linker.patch ];
preConfigure = commonPreConfigure;
buildInputs = commonBuildInputs;