hedgewars: mark broken

This commit is contained in:
Dennis Gosnell 2022-04-30 12:27:31 +09:00
parent 970f2a72f5
commit f36e14d7cd
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -103,5 +103,10 @@ mkDerivation rec {
all movement on the battlefield has ceased).'';
maintainers = with maintainers; [ kragniz fpletz ];
inherit (fpc.meta) platforms;
# Appears to be some sort of C++ linking error.
# Example: https://hydra.nixos.org/build/174544990/nixlog/6
broken = true;
hydraPlatforms = platforms.none;
};
}