From 6a49d533926c6cc0ed75a4d761a6f05d9d062a55 Mon Sep 17 00:00:00 2001 From: xeji Date: Thu, 5 Apr 2018 15:10:04 +0200 Subject: tome4: aarch64 not supported --- pkgs/games/tome4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/tome4') 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; }; } -- cgit 1.4.1