forked from mirrors/nixpkgs
Added Linux as confirmed platform
This commit is contained in:
parent
d4f643c845
commit
cddbb0fa47
|
@ -22,5 +22,6 @@ stdenv.mkDerivation {
|
||||||
homepage = http://armagetronad.org;
|
homepage = http://armagetronad.org;
|
||||||
description = "An multiplayer networked arcade racing game in 3D similar to Tron";
|
description = "An multiplayer networked arcade racing game in 3D similar to Tron";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue