mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
typespeed: Add platforms
This commit is contained in:
parent
ca0e724266
commit
6e24c9974f
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user