Commit 53e27911 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.gmetadom: disable for OCaml ≥ 4.14

gmetadom is not compatible with GCC 12 & OCaml 4.14
parent e541a695
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ let
  pname = "gmetadom";
in

lib.throwIf (lib.versionAtLeast ocaml.version "4.14")
  "${pname} is not available for OCaml ${ocaml.version}"

stdenv.mkDerivation rec {
  name = "${pname}-${version}";
  version = "0.2.6";