summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-02-13 21:26:50 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-02-22 13:00:04 +0100
commitb275d092249b6e2899d4bf93a87d69a41b965aae (patch)
tree6c878ea34233a1cf578ea75be7534ab02f0cca98 /pkgs/top-level
parentbaa9110d43e93f8799098cdf434e4a27b30831eb (diff)
ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/ocaml-packages.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 510fd62f2405..1541bb12ee1b 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -355,7 +355,13 @@ let
lablgl = callPackage ../development/ocaml-modules/lablgl { };
- lablgtk3 = callPackage ../development/ocaml-modules/lablgtk3 { };
+ lablgtk3 = callPackage ../development/ocaml-modules/lablgtk3 {
+ cairo2 = cairo2.override { enableGtkSupport = false; };
+ };
+
+ lablgtk3-gtkspell3 = callPackage ../development/ocaml-modules/lablgtk3/gtkspell3.nix { };
+
+ lablgtk3-sourceview3 = callPackage ../development/ocaml-modules/lablgtk3/sourceview3.nix { };
lablgtk_2_14 = callPackage ../development/ocaml-modules/lablgtk/2.14.0.nix {
inherit (pkgs.gnome2) libgnomecanvas libglade gtksourceview;