Skip to content

Commit

Permalink
ocamlPackages.ocf: disable for OCaml ≥ 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 13, 2020
1 parent bab3588 commit 4ce4db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/ocaml-modules/ocf/default.nix
@@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub, fetchpatch, ocaml, findlib, ppx_tools, yojson }:

if stdenv.lib.versionOlder ocaml.version "4.03"
|| stdenv.lib.versionAtLeast ocaml.version "4.08"
then throw "ocf not supported for ocaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
Expand Down

0 comments on commit 4ce4db4

Please sign in to comment.