ocamlPackages.mlgmp: disable for OCaml ≥ 4.03
This commit is contained in:
parent
ac83ef3994
commit
456089b74d
@ -1,5 +1,8 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, gmp, mpfr, ncurses }:
|
{stdenv, fetchurl, ocaml, findlib, gmp, mpfr, ncurses }:
|
||||||
|
|
||||||
|
if stdenv.lib.versionAtLeast ocaml.version "4.03"
|
||||||
|
then throw "mlgmp is not available for OCaml ${ocaml.version}" else
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "mlgmp";
|
pname = "mlgmp";
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user