summary refs log tree commit diff
path: root/pkgs/games/the-powder-toy
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2018-03-09 16:19:35 +0300
committerNikolay Amiantov <ab@fmap.me>2018-03-09 16:35:10 +0300
commit809297e59596bef9d1320cf7476d2b977b48b6a8 (patch)
treea1af7f07506140b2d4d15cd33987fd1c5352e935 /pkgs/games/the-powder-toy
parent8dcd7f0d85072dfbee958a31556383fc40854ea3 (diff)
downloadnixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.tar
nixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.tar.gz
nixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.tar.bz2
nixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.tar.lz
nixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.tar.xz
nixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.tar.zst
nixpkgs-809297e59596bef9d1320cf7476d2b977b48b6a8.zip
the-powder-toy: disable on AArch64
Wants SSE.
Diffstat (limited to 'pkgs/games/the-powder-toy')
-rw-r--r--pkgs/games/the-powder-toy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/the-powder-toy/default.nix b/pkgs/games/the-powder-toy/default.nix
index c70feca0860..ce5b0b26966 100644
--- a/pkgs/games/the-powder-toy/default.nix
+++ b/pkgs/games/the-powder-toy/default.nix
@@ -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 ];
   };