typespeed: Add platforms

This commit is contained in:
Tuomas Tynkkynen 2016-04-27 05:06:35 +03:00
parent ca0e724266
commit 6e24c9974f

View File

@ -12,10 +12,11 @@ stdenv.mkDerivation {
configureFlags = "--datadir=\${out}/share/";
meta = {
meta = with stdenv.lib; {
description = "A curses based typing game";
homepage = http://typespeed.sourceforge.net/;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.auntie ];
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.auntie ];
};
}