ocamlPackages.lablgl: mark as broken on Darwin
This commit is contained in:
parent
b084b93faa
commit
6f3696784d
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "OpenGL bindings for ocaml";
|
description = "OpenGL bindings for ocaml";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ pSub vbgl ];
|
maintainers = with maintainers; [ pSub vbgl ];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user