tweag / opam-nix

Turn opam-based OCaml projects into Nix derivations
MIT License
111 stars 33 forks source link

remove ocamlgraph #85

Open ajbt200128 opened 7 months ago

ajbt200128 commented 7 months ago

ocamlgraph needs autoconf if we want to use ./configure, and currently fails since autoconf isn't a build input (at least on MacOS). The project now supports building with straight dune: https://github.com/backtracking/ocamlgraph/blob/master/INSTALL.md

I confirmed this via building an executable that pulls it in, and checked with otool that it didn't link to anything else