Skip to content

Commit

Permalink
ocamlPackages.lablgtk_2_14: disable for OCaml ≥ 4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jun 26, 2017
1 parent 7df83ab commit 4c0203b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
@@ -1,5 +1,8 @@
{ stdenv, fetchurl, ocaml, findlib, pkgconfig, gtk2, libgnomecanvas, libglade, gtksourceview, camlp4 }:

if stdenv.lib.versionAtLeast ocaml.version "4.04"
then throw "lablgtk-2.14 is not available for OCaml ${ocaml.version}" else

let
pname = "lablgtk";
in
Expand Down

0 comments on commit 4c0203b

Please sign in to comment.