We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ac83ef3 commit 456089bCopy full SHA for 456089b
pkgs/development/ocaml-modules/mlgmp/default.nix
@@ -1,5 +1,8 @@
1
{stdenv, fetchurl, ocaml, findlib, gmp, mpfr, ncurses }:
2
3
+if stdenv.lib.versionAtLeast ocaml.version "4.03"
4
+then throw "mlgmp is not available for OCaml ${ocaml.version}" else
5
+
6
let
7
pname = "mlgmp";
8
in
0 commit comments