robomachine: mark broken

This commit is contained in:
Rick van Schijndel 2022-05-29 23:05:20 +02:00 committed by Janne Heß
parent afbb0f6ff4
commit 26243136fe
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
broken = true;
description = "Test data generator for Robot Framework";
homepage = "https://github.com/mkorpela/RoboMachine";
license = licenses.asl20;