xtris: fix darwin build

main
Ben Siraphob 2 years ago
parent f5054121cb
commit ea35502fe4
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 4
      pkgs/games/xtris/default.nix

@ -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…
Cancel
Save