ocamlPackages.piqi: disable for OCaml ≥ 5.0
This commit is contained in:
parent
92f35b4a88
commit
ab0a9324bf
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
{ lib, stdenv, fetchFromGitHub, ocaml, findlib, which, sedlex, easy-format, xmlm, base64 }:
|
||||
|
||||
lib.throwIf (lib.versionAtLeast ocaml.version "5.0")
|
||||
"piqi is not available for OCaml ${ocaml.version}"
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.6.16";
|
||||
pname = "piqi";
|
||||
|
|
Loading…
Reference in a new issue