Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Reason compilation error #508

Closed
wants to merge 2 commits into from
Closed

Conversation

frekw
Copy link

@frekw frekw commented Aug 20, 2024

Builds on top of #507.

Copy link

vercel bot commented Aug 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
styled-ppx ⬜️ Ignored (Inspect) Visit Preview Aug 20, 2024 7:24am

@frekw
Copy link
Author

frekw commented Aug 20, 2024

Fixed by removing this Reason patch from my build via an overlay:

ocamlPackages = super.ocaml-ng.ocamlPackages_5_1.overrideScope' (
  oself: osuper: {
    reason = osuper.reason.overrideAttrs (o: {
      patches = [ ];
    });
}```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant