hedgewars: mark broken

This commit is contained in:
Dennis Gosnell 2022-08-18 13:22:37 +09:00
parent 52a5816a96
commit 60f7d27741
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -107,5 +107,7 @@ stdenv.mkDerivation rec {
all movement on the battlefield has ceased).'';
maintainers = with maintainers; [ kragniz fpletz ];
inherit (fpc.meta) platforms;
# https://github.com/NixOS/nixpkgs/pull/185755#issuecomment-1219024584
broken = true;
};
}