hedgewars: enable build on hydra

Was disabled when the package was marked as broken in
c333861954. It has since been un-broken,
but the hydraPlatforms exception was left presumably by mistake.
This commit is contained in:
Timo Kaufmann 2020-09-04 10:53:46 +02:00
parent f3bf0f173e
commit 8003bb3cda

View file

@ -103,6 +103,5 @@ mkDerivation rec {
all movement on the battlefield has ceased).'';
maintainers = with maintainers; [ kragniz fpletz ];
inherit (ghc.meta) platforms;
hydraPlatforms = [];
};
}