Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

robomachine: mark broken

(cherry picked from commit 26243136fe7559eb139d0bc6bda5d8a1ad737a3a)

authored by

Rick van Schijndel and committed by
Janne Heß
658fd831 43072cd0

+1 -1
+1 -1
pkgs/development/python-modules/robomachine/default.nix
··· 21 21 ''; 22 22 23 23 meta = with lib; { 24 - broken = stdenv.isDarwin; 24 + broken = true; 25 25 description = "Test data generator for Robot Framework"; 26 26 homepage = "https://github.com/mkorpela/RoboMachine"; 27 27 license = licenses.asl20;