Unverified Commit 34122f73 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.ocamlmod: disable for OCaml ≥ 5.0

parent faaa461a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ let
  doCheck = lib.versionAtLeast ocaml.version "4.04";
in

lib.throwIf (lib.versionAtLeast ocaml.version "5.0")
  "ocamlmod is not available for OCaml ≥ 5.0"

stdenv.mkDerivation {
  pname = "ocamlmod";
  version = "0.0.9";