Skip to content

Commit

Permalink
Try again to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cidkidnix committed Dec 5, 2023
1 parent 0611139 commit d8d4baf
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 @@ -79,7 +79,7 @@ rec {
# TODO(Dylan): Add this casing to the compiler patch
(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 = [
buildFlags = (drv.buildFlags or []) ++ [
"--ghc-option=-fwhole-archive-hs-libs"
];
});
Expand Down

0 comments on commit d8d4baf

Please sign in to comment.