ocamlPackages.bisect_ppx-ocamlbuild: disable for OCaml ≤ 4.01
This commit is contained in:
parent
598554d476
commit
91e194579d
@ -1,6 +1,7 @@
|
|||||||
{ buildDunePackage, bisect_ppx, ocamlbuild }:
|
{ buildDunePackage, bisect_ppx, ocamlbuild }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
|
minimumOCamlVersion = "4.02";
|
||||||
inherit (bisect_ppx) version src meta;
|
inherit (bisect_ppx) version src meta;
|
||||||
pname = "bisect_ppx-ocamlbuild";
|
pname = "bisect_ppx-ocamlbuild";
|
||||||
propagatedBuildInputs = [ ocamlbuild ];
|
propagatedBuildInputs = [ ocamlbuild ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user