tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
remove redundant patch from GHC 8.6.1 for darwin
Jude Taylor
7 years ago
6084eacc
6519ea56
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ghc
8.6.1.nix
-2
pkgs/development/compilers/ghc/8.6.1.nix
···
88
89
outputs = [ "out" "doc" ];
90
91
-
patches = stdenv.lib.optional stdenv.isDarwin ./backport-dylib-command-size-limit.patch;
92
-
93
postPatch = "patchShebangs .";
94
95
# GHC is a bit confused on its cross terminology.
···
88
89
outputs = [ "out" "doc" ];
90
0
0
91
postPatch = "patchShebangs .";
92
93
# GHC is a bit confused on its cross terminology.