19 libgnome-games-support,
25 stdenv.mkDerivation rec {
26 pname = "gnome-klotski";
30 url = "mirror://gnome/sources/gnome-klotski/${lib.versions.majorMinor version}/gnome-klotski-${version}.tar.xz";
31 hash = "sha256-kWN4RWSfPKcJ0p9x7ndblG0REghyCfMiZOj60hoMoOI=";
54 libgnome-games-support
58 chmod +x build-aux/meson_post_install.py
59 patchShebangs build-aux/meson_post_install.py
63 updateScript = gnome.updateScript { packageName = "gnome-klotski"; };
67 homepage = "https://gitlab.gnome.org/GNOME/gnome-klotski";
68 changelog = "https://gitlab.gnome.org/GNOME/gnome-klotski/-/blob/${version}/NEWS?ref_type=tags";
69 description = "Slide blocks to solve the puzzle";
70 mainProgram = "gnome-klotski";
71 maintainers = teams.gnome.members;
72 license = licenses.gpl2;
73 platforms = platforms.unix;