forked from mirrors/nixpkgs
Merge pull request #166257 from siraben/xtris-darwin
This commit is contained in:
commit
ee23366acd
|
@ -18,10 +18,12 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
buildInputs = [ xorg.libX11 ];
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A multi-player version of the classical game of Tetris, for the X Window system";
|
||||
homepage = "https://web.archive.org/web/20120315061213/http://www.iagora.com/~espel/xtris/xtris.html";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue