buildbot-worker: mark broken on darwin
This commit is contained in:
parent
2b0e5f1244
commit
32f27641a0
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, buildbot
|
||||
, stdenv
|
||||
|
||||
# patch
|
||||
, coreutils
|
||||
@ -60,5 +61,6 @@ buildPythonPackage (rec {
|
||||
description = "Buildbot Worker Daemon";
|
||||
maintainers = with maintainers; [ ryansydnor lopsided98 ];
|
||||
license = licenses.gpl2;
|
||||
broken = stdenv.isDarwin; # https://hydra.nixos.org/build/243534318/nixlog/6
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user