From 9b3f95498b20eee43594b17510d6a6b17ac23b0a Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sat, 12 Aug 2017 14:16:12 +0200 Subject: [PATCH] soi: is not broken --- pkgs/games/soi/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/games/soi/default.nix b/pkgs/games/soi/default.nix index 7c4b2fe823c..9fcab8b1ec9 100644 --- a/pkgs/games/soi/default.nix +++ b/pkgs/games/soi/default.nix @@ -23,7 +23,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ raskin nckx ]; platforms = platforms.linux; license = licenses.free; - broken = true; downloadPage = http://sourceforge.net/projects/soi/files/; }; }