Skip to content

Commit

Permalink
Attempt to fix iOS builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
cidkidnix committed Dec 5, 2023
1 parent 05ae47e commit 0611139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rec {
}))

# TODO(Dylan): Add this casing to the compiler patch
(optionalExtension (super.ghc.stdenv.targetPlatform.isiOS && super.ghc.stdenv.targetPlatform.isx86_64) (self: super: {
(optionalExtension (super.ghc.stdenv.targetPlatform.isiOS && (super.ghc.stdenv.targetPlatform.isx86_64 || super.ghc.version == "8.6.5")) (self: super: {
mkDerivation = drv: super.mkDerivation (drv // {
buildFlags = [
"--ghc-option=-fwhole-archive-hs-libs"
Expand Down

0 comments on commit 0611139

Please sign in to comment.