lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.bin_prot_p4: disable for OCaml ≥ 4.06

+5 -1
+5 -1
pkgs/development/ocaml-modules/bin_prot/default.nix
··· 1 - {stdenv, buildOcaml, fetchurl, type_conv}: 1 + { stdenv, buildOcaml, fetchurl, ocaml, type_conv }: 2 + 3 + if stdenv.lib.versionAtLeast ocaml.version "4.06" 4 + then throw "bin_prot-112.24.00 is not available for OCaml ${ocaml.version}" 5 + else 2 6 3 7 buildOcaml rec { 4 8 name = "bin_prot";