tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
buildbot-worker: mark broken on darwin
zowoq
2 years ago
32f27641
2b0e5f12
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
continuous-integration
buildbot
worker.nix
+2
pkgs/development/tools/continuous-integration/buildbot/worker.nix
···
2
2
, buildPythonPackage
3
3
, fetchPypi
4
4
, buildbot
5
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
64
+
broken = stdenv.isDarwin; # https://hydra.nixos.org/build/243534318/nixlog/6
63
65
};
64
66
})