mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
remove redundant patch from GHC 8.6.1 for darwin
This commit is contained in:
parent
6519ea5671
commit
6084eacc66
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue