the-powder-toy: disable on AArch64

Wants SSE.
This commit is contained in:
Nikolay Amiantov 2018-03-09 16:19:35 +03:00
parent 8dcd7f0d85
commit 809297e595

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A free 2D physics sandbox game";
homepage = http://powdertoy.co.uk/;
platforms = platforms.unix;
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ];
};