9 stdenv.mkDerivation rec {
12 src = fetchFromGitLab {
13 owner = "HolyPangolin";
15 fetchSubmodules = true;
17 hash = "sha256-zBV45WMAXtCpPPbDpr04K/a9UtZ4KLP9nUauBlbhrFo=";
31 "-DLIBSUPERDERPY_STATIC=ON" # recommended by upstream for coexistence with other superderpy games
35 homepage = "https://gitlab.com/HolyPangolin/animatch/";
36 description = "Cute match three game for the Librem 5 smartphone";
37 mainProgram = "animatch";
38 license = with lib.licenses; [ gpl3Plus ];
39 maintainers = with lib.maintainers; [ colinsane ];