lol

buildbot-worker: mark broken on darwin

zowoq 32f27641 2b0e5f12

+2
+2
pkgs/development/tools/continuous-integration/buildbot/worker.nix
··· 2 2 , buildPythonPackage 3 3 , fetchPypi 4 4 , buildbot 5 + , stdenv 5 6 6 7 # patch 7 8 , coreutils ··· 60 61 description = "Buildbot Worker Daemon"; 61 62 maintainers = with maintainers; [ ryansydnor lopsided98 ]; 62 63 license = licenses.gpl2; 64 + broken = stdenv.isDarwin; # https://hydra.nixos.org/build/243534318/nixlog/6 63 65 }; 64 66 })