ocamlPackages.ocaml_cryptgps: disable for OCaml ≥ 4.06
This commit is contained in:
parent
ebd62e2423
commit
3fb8dac658
@ -1,5 +1,9 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib}:
|
{stdenv, fetchurl, ocaml, findlib}:
|
||||||
|
|
||||||
|
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||||
|
then throw "cryptgps is not available for OCaml ${ocaml.version}"
|
||||||
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml-cryptgps-${version}";
|
name = "ocaml-cryptgps-${version}";
|
||||||
version = "0.2.1";
|
version = "0.2.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user