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
, buildPythonPackage
3
, fetchPypi
4
, buildbot
0
5
6
# patch
7
, coreutils
···
60
description = "Buildbot Worker Daemon";
61
maintainers = with maintainers; [ ryansydnor lopsided98 ];
62
license = licenses.gpl2;
0
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
})