mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
ocamlPackages.bin_prot_p4: disable for OCaml ≥ 4.06
This commit is contained in:
parent
6d38ada0ba
commit
15a568cfe6
@ -1,4 +1,8 @@
|
||||
{stdenv, buildOcaml, fetchurl, type_conv}:
|
||||
{ stdenv, buildOcaml, fetchurl, ocaml, type_conv }:
|
||||
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||
then throw "bin_prot-112.24.00 is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
buildOcaml rec {
|
||||
name = "bin_prot";
|
||||
|
Loading…
Reference in New Issue
Block a user