robomachine: mark broken

(cherry picked from commit 26243136fe)
This commit is contained in:
Rick van Schijndel
2022-05-29 23:05:20 +02:00
committed by Janne Heß
parent 43072cd017
commit 658fd8317a

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;