forked from mirrors/nixpkgs
hedgewars: don't build on hydra
This commit is contained in:
parent
1d12f3c5e7
commit
f303875b7e
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue