summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-01-12 10:15:13 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-01-13 11:14:28 +0100
commit7169b87664d5c07e5867ecb48dc680d2ed5370a3 (patch)
tree20679d206d2f228adb6c8f25196f2c0c57d29527 /pkgs/top-level
parent81b57bb8ef757b3acf8316236eae9c9584d458c5 (diff)
downloadnixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.tar
nixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.tar.gz
nixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.tar.bz2
nixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.tar.lz
nixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.tar.xz
nixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.tar.zst
nixlib-7169b87664d5c07e5867ecb48dc680d2ed5370a3.zip
Adds ocaml-lablgtk-extras
Lablgtk-extras is a collection of libraries and modules useful when
developing OCaml/LablGtk2 applications.

Homepage: http://gtk-extras.forge.ocamlcore.org/
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 775efdc5d949..74298308a00a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3758,6 +3758,11 @@ let
       inherit (gnome) libgnomecanvas libglade gtksourceview;
     };
 
+    lablgtk-extras =
+      if lib.versionOlder "4.02" ocaml_version
+      then callPackage ../development/ocaml-modules/lablgtk-extras { }
+      else callPackage ../development/ocaml-modules/lablgtk-extras/1.4.nix { };
+
     lablgtkmathview = callPackage ../development/ocaml-modules/lablgtkmathview {
       gtkmathview = callPackage ../development/libraries/gtkmathview { };
     };