summary refs log tree commit diff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-11-12 22:25:35 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2017-11-12 22:25:35 -0600
commit58adb5df7d6539da6591b591079d95940404ebda (patch)
treefee71f1d1bc717a45adc9e0359e00ff18cade2e6 /pkgs/games/wesnoth
parent4ad86c5f9676caf20ff0d65880cd6f637fe59fa1 (diff)
downloadnixpkgs-58adb5df7d6539da6591b591079d95940404ebda.tar
nixpkgs-58adb5df7d6539da6591b591079d95940404ebda.tar.gz
nixpkgs-58adb5df7d6539da6591b591079d95940404ebda.tar.bz2
nixpkgs-58adb5df7d6539da6591b591079d95940404ebda.tar.lz
nixpkgs-58adb5df7d6539da6591b591079d95940404ebda.tar.xz
nixpkgs-58adb5df7d6539da6591b591079d95940404ebda.tar.zst
nixpkgs-58adb5df7d6539da6591b591079d95940404ebda.zip
wesnoth: works on darwin
Diffstat (limited to 'pkgs/games/wesnoth')
-rw-r--r--pkgs/games/wesnoth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index 66833ceb210..d3128210a1b 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;
   };
 }