typespeed: Add platforms
This commit is contained in:
parent
ca0e724266
commit
6e24c9974f
@ -12,10 +12,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
configureFlags = "--datadir=\${out}/share/";
|
configureFlags = "--datadir=\${out}/share/";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A curses based typing game";
|
description = "A curses based typing game";
|
||||||
homepage = http://typespeed.sourceforge.net/;
|
homepage = http://typespeed.sourceforge.net/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.auntie ];
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.auntie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user