summaryrefslogtreecommitdiffstats
path: root/pkgs/games/gnuchess
diff options
context:
space:
mode:
authorJames Kent <jameschristopherkent@gmail.com>2016-12-22 15:36:29 +0000
committerMichael Raskin <7c6f434c@mail.ru>2016-12-22 17:00:33 +0100
commitc52195daaf587ca3573bad92563a9d2c922eb415 (patch)
treeab4d7fe7c034f7efc4db8fb07d938c030d8138af /pkgs/games/gnuchess
parent6ed4339e8f9a0b806ca26924073dabc13ae5c2ec (diff)
gnuchess and xboard definitely work on darwin
Diffstat (limited to 'pkgs/games/gnuchess')
-rw-r--r--pkgs/games/gnuchess/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gnuchess/default.nix b/pkgs/games/gnuchess/default.nix
index 9b0ada3f9260..c61d46e9d339 100644
--- a/pkgs/games/gnuchess/default.nix
+++ b/pkgs/games/gnuchess/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
inherit (s) version;
description = "GNU Chess engine";
maintainers = [stdenv.lib.maintainers.raskin];
- platforms = stdenv.lib.platforms.linux;
+ platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3Plus;
};
}