mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 07:18:08 +00:00
retro-gtk: mark as broken on darwin
This commit is contained in:
parent
aee2b97688
commit
6a73291726
@ -72,5 +72,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [ maintainers.DamienCassou ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/retro-gtk.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user