Merge pull request #184985 from vbgl/reason-fix-after-184390

reason: fix build with OCaml < 4.07
This commit is contained in:
superherointj
2022-08-03 13:57:20 -03:00
committed by GitHub
@@ -1,4 +1,5 @@
{ lib, callPackage, stdenv, makeWrapper, fetchurl, ocaml, findlib, dune_2
, ncurses
, fix, menhir, menhirLib, menhirSdk, merlin-extend, ppxlib, utop, cppo, ppx_derivers
}:
@@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
ocaml
ppxlib
utop
];
] ++ lib.optional (lib.versionOlder ocaml.version "4.07") ncurses;
propagatedBuildInputs = [
menhirLib