Jailbreak witch

pull/1300/head
Emilio López 1 month ago
parent 4c4421dd8a
commit cebed093f1
  1. 2
      flake.nix

@ -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;
};
};

Loading…
Cancel
Save