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