hedgewars: disable on darwin

This commit is contained in:
maralorn 2022-09-21 00:45:51 +02:00
parent 2a5b10b81d
commit e678b769bc

View File

@ -82,6 +82,7 @@ stdenv.mkDerivation rec {
hedgehog or hedgehogs after a player's or CPU turn is shown only when
all movement on the battlefield has ceased).'';
maintainers = with maintainers; [ kragniz fpletz ];
inherit (fpc.meta) platforms;
broken = stdenv.isDarwin;
platforms = platforms.linux;
};
}