Skip to content

Commit

Permalink
ocamlPackages.mlgmp: disable for OCaml ≥ 4.03
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jun 26, 2017
1 parent ac83ef3 commit 456089b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/ocaml-modules/mlgmp/default.nix
@@ -1,5 +1,8 @@
{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
pname = "mlgmp";
in
Expand Down

0 comments on commit 456089b

Please sign in to comment.