forked from mirrors/nixpkgs
crafty: specify the support platforms
This commit is contained in:
parent
e18b59540c
commit
edd4729838
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue