mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
ocamlPackages.ocamlmod: disable for OCaml ≥ 5.0
This commit is contained in:
parent
faaa461aa8
commit
34122f7321
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user