pymol: remove broken mark for darwin

The bug has been resolved by changing the backend to Qt
in this commit, ab3f0771a4.
This commit is contained in:
natsukium
2023-04-01 20:41:01 +09:00
parent 9448487d9f
commit 5ac95120d5
@@ -70,7 +70,6 @@ python3Packages.buildPythonApplication rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
inherit description;
homepage = "https://www.pymol.org/";
license = licenses.mit;