remove redundant patch from GHC 8.6.1 for darwin

This commit is contained in:
Jude Taylor 2018-07-06 12:00:09 -07:00
parent 6519ea5671
commit 6084eacc66

View File

@ -88,8 +88,6 @@ stdenv.mkDerivation (rec {
outputs = [ "out" "doc" ];
patches = stdenv.lib.optional stdenv.isDarwin ./backport-dylib-command-size-limit.patch;
postPatch = "patchShebangs .";
# GHC is a bit confused on its cross terminology.