Skip to content

Commit

Permalink
Jailbreak witch
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Sep 5, 2024
1 parent fe0837c commit a754d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
if (with ps.stdenv; hostPlatform.isDarwin && hostPlatform.isx86)
then ps.haskell.lib.compose.overrideCabal (_ : { extraLibraries = [ps.libiconv]; }) hprev.with-utf8
else hprev.with-utf8;
# TODO: temporary fix for static build which is still on 9.4
witch = ps.haskell.lib.doJailbreak hprev.witch;
};
};

Expand Down

0 comments on commit a754d93

Please sign in to comment.