File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 packages = forAllSystems ( pkgs :
2020 let
2121 inherit ( pkgs . ocamlPackages )
22- buildDunePackage melange merlin ppxlib reason ;
22+ buildDunePackage melange merlin ppxlib_gt_0_37 reason ;
2323 packages = rec {
2424 reason-react-ppx = buildDunePackage {
2525 pname = "reason-react-ppx" ;
4040 # Due to a Reason version mismatch, the generated OCaml PPX diff
4141 # looks different
4242 doCheck = false ;
43- propagatedBuildInputs = [ ppxlib ] ;
43+ propagatedBuildInputs = [ ppxlib_gt_0_37 ] ;
4444 } ;
4545
4646 reason-react = buildDunePackage {
7272 let
7373 makeDevShell = { packages , release-mode ? false } :
7474 pkgs . mkShell {
75- # dontDetectOcamlConflicts = true;
75+ dontDetectOcamlConflicts = true ;
7676 inputsFrom = pkgs . lib . attrValues packages ;
7777 nativeBuildInputs =
7878 with pkgs . ocamlPackages ; [ ocamlformat pkgs . nodejs_latest ]
You can’t perform that action at this time.
0 commit comments