ocamlPackages.lablgl: mark as broken on Darwin

This commit is contained in:
Vincent Laporte 2017-07-02 07:15:45 +00:00
parent b084b93faa
commit 6f3696784d

View file

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
description = "OpenGL bindings for ocaml";
license = licenses.gpl2;
maintainers = with maintainers; [ pSub vbgl ];
broken = stdenv.isDarwin;
};
}