Skip to content

Commit 4c0203b

Browse files
committedJun 26, 2017
ocamlPackages.lablgtk_2_14: disable for OCaml ≥ 4.04
1 parent 7df83ab commit 4c0203b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/development/ocaml-modules/lablgtk/2.14.0.nix

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{ stdenv, fetchurl, ocaml, findlib, pkgconfig, gtk2, libgnomecanvas, libglade, gtksourceview, camlp4 }:
22

3+
if stdenv.lib.versionAtLeast ocaml.version "4.04"
4+
then throw "lablgtk-2.14 is not available for OCaml ${ocaml.version}" else
5+
36
let
47
pname = "lablgtk";
58
in

0 commit comments

Comments
 (0)
Please sign in to comment.