diff --git a/src/overlays/ocaml-static.nix b/src/overlays/ocaml-static.nix index 01db02b..ae2f834 100644 --- a/src/overlays/ocaml-static.nix +++ b/src/overlays/ocaml-static.nix @@ -65,14 +65,6 @@ let ''; }; - ocamlgraph = oa: { - buildPhase = '' - ./configure - sed 's/graph.cmxs//' -i Makefile - make NATIVE_DYNLINK=false - ''; - }; - opam-file-format = _: { buildPhase = "make opam-file-format.cma opam-file-format.cmxa"; };