crafty: specify the support platforms

This commit is contained in:
John Wiegley 2014-06-08 04:28:11 -05:00
parent e18b59540c
commit edd4729838

View file

@ -661,6 +661,7 @@ stdenv.mkDerivation rec {
homepage = http://www.craftychess.com/;
description = "Crafty is a free, open-source computer chess program developed by Dr. Robert M. Hyatt";
license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.jwiegley ];
};
}