forked from mirrors/nixpkgs
ocamlPackages.camlp5: disable for OCaml ≥ 4.13
This commit is contained in:
parent
f73281a727
commit
315ed6fad0
|
@ -1,6 +1,7 @@
|
|||
{ lib, stdenv, fetchFromGitHub, ocaml, perl }:
|
||||
|
||||
if lib.versionOlder ocaml.version "4.02"
|
||||
|| lib.versionOlder "4.13" ocaml.version
|
||||
then throw "camlp5 is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue