mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
ocamlPackages.uuidm: disable for OCaml < 4.08
This commit is contained in:
parent
e1858385ec
commit
0671df7f02
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user