python3.pkgs.manticore: mark as broken only once

Fix ofborg's evaluation on the release-22.05 branch. It's hard to blame
anyone for causing this evaluation error. Both commits
43072cd017 and
c5b2704fcd created the `meta.broken`
attribute. The diff of both commits doesn't indicate either had the
other `broken` attribute written.
This commit is contained in:
Doron Behar
2022-06-05 13:19:49 +03:00
parent 6cc0f84bce
commit 9094beb054

View File

@@ -132,7 +132,5 @@ buildPythonPackage rec {
license = licenses.agpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ arturcygan ];
# m.c.manticore:WARNING: Manticore is only supported on Linux. Proceed at your own risk!
broken = stdenv.isDarwin;
};
}