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 7df83ab commit 4c0203bCopy full SHA for 4c0203b
pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
@@ -1,5 +1,8 @@
1
{ stdenv, fetchurl, ocaml, findlib, pkgconfig, gtk2, libgnomecanvas, libglade, gtksourceview, camlp4 }:
2
3
+if stdenv.lib.versionAtLeast ocaml.version "4.04"
4
+then throw "lablgtk-2.14 is not available for OCaml ${ocaml.version}" else
5
+
6
let
7
pname = "lablgtk";
8
in
0 commit comments