Merge pull request #151100 from veprbl/pr/broken_cdogs-dsl
cdogs-dsl: mark as broken on darwin
This commit is contained in:
commit
13131cfbe1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue