Skip to content

Commit

Permalink
Jailbreak witch
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Sep 16, 2024
1 parent 4c4421d commit cebed09
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 @@ -43,6 +43,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 cebed09

Please sign in to comment.