hedgewars: don't build on hydra

This commit is contained in:
Dennis Gosnell 2022-08-19 13:01:44 +09:00
parent 1d12f3c5e7
commit f303875b7e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -109,5 +109,6 @@ stdenv.mkDerivation rec {
inherit (fpc.meta) platforms;
# https://github.com/NixOS/nixpkgs/pull/185755#issuecomment-1219024584
broken = true;
hydraPlatforms = platforms.none;
};
}