From 8003bb3cda6c1129a705706fe00e7d150bdaa233 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Fri, 4 Sep 2020 10:53:46 +0200 Subject: [PATCH] hedgewars: enable build on hydra Was disabled when the package was marked as broken in c33386195407e13d588ed4e13925c78d524ba86f. It has since been un-broken, but the hydraPlatforms exception was left presumably by mistake. --- pkgs/games/hedgewars/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/games/hedgewars/default.nix b/pkgs/games/hedgewars/default.nix index 228c6c364102..f31a44e97c09 100644 --- a/pkgs/games/hedgewars/default.nix +++ b/pkgs/games/hedgewars/default.nix @@ -103,6 +103,5 @@ mkDerivation rec { all movement on the battlefield has ceased).''; maintainers = with maintainers; [ kragniz fpletz ]; inherit (ghc.meta) platforms; - hydraPlatforms = []; }; }