From 58adb5df7d6539da6591b591079d95940404ebda Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 12 Nov 2017 22:25:35 -0600 Subject: [PATCH] wesnoth: works on darwin --- pkgs/games/wesnoth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix index 66833ceb2104..d3128210a1be 100644 --- a/pkgs/games/wesnoth/default.nix +++ b/pkgs/games/wesnoth/default.nix @@ -43,6 +43,6 @@ stdenv.mkDerivation rec { homepage = http://www.wesnoth.org/; license = licenses.gpl2; maintainers = with maintainers; [ kkallio abbradar ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }