lol

dwarf-fortress-packages.dwarf-therapist: disable on AArch64

The game works only on x86 anyway.

+1 -1
+1 -1
pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
··· 33 33 description = "Tool to manage dwarves in in a running game of Dwarf Fortress"; 34 34 maintainers = with maintainers; [ the-kenny abbradar bendlas ]; 35 35 license = licenses.mit; 36 - platforms = platforms.linux; 36 + platforms = [ "x86_64-linux" "i686-linux" ]; 37 37 homepage = https://github.com/Dwarf-Therapist/Dwarf-Therapist; 38 38 }; 39 39 }