diff options
author | Bobby Rong | 2021-12-21 09:13:54 +0800 |
---|---|---|
committer | GitHub | 2021-12-21 09:13:54 +0800 |
commit | 13131cfbe157ad5c87eccc90a03019815f66eac0 (patch) | |
tree | fb3d30f7cebe305e38e944887c937034c882f41c /pkgs/games | |
parent | 04b924aa4751eabe49714eb89654a6721cc11b54 (diff) | |
parent | 5802297abdb72c6e063319647f13616406d368cc (diff) |
Merge pull request #151100 from veprbl/pr/broken_cdogs-dsl
cdogs-dsl: mark as broken on darwin
Diffstat (limited to 'pkgs/games')
-rw-r--r-- | pkgs/games/cdogs-sdl/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/cdogs-sdl/default.nix b/pkgs/games/cdogs-sdl/default.nix index c34c9efb1673..2b072a447523 100644 --- a/pkgs/games/cdogs-sdl/default.nix +++ b/pkgs/games/cdogs-sdl/default.nix @@ -48,5 +48,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Only; maintainers = with maintainers; [ nixinator ]; platforms = platforms.unix; + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/cdogs-sdl.x86_64-darwin }; } |