lol

buildbot-worker: mark broken on darwin

zowoq 32f27641 2b0e5f12

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