python39Packages.manticore: mark as broken on darwin
This commit is contained in:
parent
fd04417531
commit
36ea50ffe5
@ -130,5 +130,7 @@ 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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user