ocamlPackages.uuidm: disable for OCaml < 4.08

This commit is contained in:
Vincent Laporte 2022-10-06 07:18:27 +02:00 committed by Vincent Laporte
parent e1858385ec
commit 0671df7f02

View file

@ -1,5 +1,8 @@
{ lib, stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, cmdliner }:
lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
"uuidm is not available for OCaml ${ocaml.version}"
stdenv.mkDerivation rec {
version = "0.9.8";
pname = "uuidm";