about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/camlp5
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/ocaml/camlp5')
-rw-r--r--pkgs/development/tools/ocaml/camlp5/5.15.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/camlp5/5.15.nix b/pkgs/development/tools/ocaml/camlp5/5.15.nix
index 7247041cb1d4..97099d1b4920 100644
--- a/pkgs/development/tools/ocaml/camlp5/5.15.nix
+++ b/pkgs/development/tools/ocaml/camlp5/5.15.nix
@@ -8,6 +8,8 @@ let
   metafile = ./META;
 in
 
+assert !stdenv.lib.versionOlder "4.00" ocaml_version;
+
 stdenv.mkDerivation {
 
   name = "${pname}${if transitional then "_transitional" else ""}-${version}";