ocamlPackages.ocaml_libvirt: disable for OCaml ≤ 4.02

main
Vincent Laporte 2 years ago committed by Vincent Laporte
parent 3cc1ef775d
commit d04990eee6
  1. 3
      pkgs/development/ocaml-modules/ocaml-libvirt/default.nix

@ -1,5 +1,8 @@
{ lib, stdenv, fetchFromGitLab, libvirt, autoreconfHook, pkg-config, ocaml, findlib, perl }:
lib.throwIfNot (lib.versionAtLeast ocaml.version "4.02")
"libvirt is not available for OCaml ${ocaml.version}"
stdenv.mkDerivation rec {
pname = "ocaml-libvirt";
version = "0.6.1.5";

Loading…
Cancel
Save