Loading pkgs/development/ocaml-modules/uuidm/default.nix +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"; Loading Loading
pkgs/development/ocaml-modules/uuidm/default.nix +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"; Loading