python39Packages.manticore: mark as broken on darwin

This commit is contained in:
Fabian Affolter 2022-05-23 22:52:03 +02:00 committed by GitHub
parent fd04417531
commit 36ea50ffe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}