Merge pull request #166257 from siraben/xtris-darwin

This commit is contained in:
Ben Siraphob 2022-03-29 11:08:43 -05:00 committed by GitHub
commit ee23366acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}