summary refs log tree commit diff
path: root/pkgs/games/tome4
diff options
context:
space:
mode:
authorxeji <xeji@cat3.de>2018-04-05 15:10:04 +0200
committerxeji <xeji@cat3.de>2018-04-05 15:10:04 +0200
commit6a49d533926c6cc0ed75a4d761a6f05d9d062a55 (patch)
tree275d03ee8644ec5de70d53cc80f40a2d1768c8be /pkgs/games/tome4
parent8a65d19e21a97100111c3c5b2ac52e6711adec96 (diff)
downloadnixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.tar
nixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.tar.gz
nixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.tar.bz2
nixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.tar.lz
nixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.tar.xz
nixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.tar.zst
nixpkgs-6a49d533926c6cc0ed75a4d761a6f05d9d062a55.zip
tome4: aarch64 not supported
Diffstat (limited to 'pkgs/games/tome4')
-rw-r--r--pkgs/games/tome4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tome4/default.nix b/pkgs/games/tome4/default.nix
index 70d618a9d6a..19cf026933e 100644
--- a/pkgs/games/tome4/default.nix
+++ b/pkgs/games/tome4/default.nix
@@ -82,6 +82,6 @@ in stdenv.mkDerivation rec {
     homepage = https://te4.org/;
     license = licenses.gpl3;
     maintainers = with maintainers; [ chattered peterhoeg ];
-    platforms = platforms.linux;
+    platforms = subtractLists ["aarch64-linux"] platforms.linux;
   };
 }