Unverified Commit fac2a5c6 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.lwt_camlp4: fix build

parent 8ef336e8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,10 +11,11 @@ buildDunePackage rec {
    sha256 = "1lv8z6ljfy47yvxmwf5jrvc5d3dc90r1n291x53j161sf22ddrk9";
  };

  useDune2 = false;
  duneVersion = "1";

  minimalOCamlVersion = "4.02";

  nativeBuildInputs = [ camlp4 ];
  propagatedBuildInputs = [ camlp4 ];

  preBuild = "rm META.lwt_camlp4";