Commit ab0a9324 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.piqi: disable for OCaml ≥ 5.0

parent 92f35b4a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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";