mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
the-powder-toy: disable on AArch64
Wants SSE.
This commit is contained in:
parent
8dcd7f0d85
commit
809297e595
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue