Commit 0671df7f authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.uuidm: disable for OCaml < 4.08

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