about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgl
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-02 07:15:45 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-02 11:28:25 +0000
commit6f3696784d3321430c5851706b8d7d058e24e513 (patch)
tree76dea8eee1e19dade62ed04ce928dce712d5e539 /pkgs/development/ocaml-modules/lablgl
parentb084b93faa725ccbf86634965e443d1e667a066f (diff)
downloadnixlib-6f3696784d3321430c5851706b8d7d058e24e513.tar
nixlib-6f3696784d3321430c5851706b8d7d058e24e513.tar.gz
nixlib-6f3696784d3321430c5851706b8d7d058e24e513.tar.bz2
nixlib-6f3696784d3321430c5851706b8d7d058e24e513.tar.lz
nixlib-6f3696784d3321430c5851706b8d7d058e24e513.tar.xz
nixlib-6f3696784d3321430c5851706b8d7d058e24e513.tar.zst
nixlib-6f3696784d3321430c5851706b8d7d058e24e513.zip
ocamlPackages.lablgl: mark as broken on Darwin
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgl')
-rw-r--r--pkgs/development/ocaml-modules/lablgl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/lablgl/default.nix b/pkgs/development/ocaml-modules/lablgl/default.nix
index c59f15c57ad6..f54df0c17d40 100644
--- a/pkgs/development/ocaml-modules/lablgl/default.nix
+++ b/pkgs/development/ocaml-modules/lablgl/default.nix
@@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
     description = "OpenGL bindings for ocaml";
     license = licenses.gpl2;
     maintainers = with maintainers; [ pSub vbgl ];
+    broken = stdenv.isDarwin;
   };
 }