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

The game works only on x86 anyway.
This commit is contained in:
Nikolay Amiantov 2018-03-09 16:24:03 +03:00
parent c292489da0
commit 986ea06036

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "Tool to manage dwarves in in a running game of Dwarf Fortress";
maintainers = with maintainers; [ the-kenny abbradar bendlas ];
license = licenses.mit;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
homepage = https://github.com/Dwarf-Therapist/Dwarf-Therapist;
};
}