mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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 commits43072cd017andc5b2704fcdcreated the `meta.broken` attribute. The diff of both commits doesn't indicate either had the other `broken` attribute written.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user