ocamlPackages.topkg: requires OCaml ≥ 4.01
This commit is contained in:
parent
07f27eddae
commit
79ddb5d5e0
@ -1,5 +1,9 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, result, opam }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, result, opam }:
|
||||||
|
|
||||||
|
if !stdenv.lib.versionAtLeast ocaml.version "4.01"
|
||||||
|
then throw "topkg is not available for OCaml ${ocaml.version}"
|
||||||
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml${ocaml.version}-topkg-${version}";
|
name = "ocaml${ocaml.version}-topkg-${version}";
|
||||||
version = "0.8.1";
|
version = "0.8.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user