18 libgnome-games-support,
23 stdenv.mkDerivation rec {
24 pname = "gnome-mines";
28 url = "mirror://gnome/sources/gnome-mines/${lib.versions.major version}/gnome-mines-${version}.tar.xz";
29 hash = "sha256-NQLps/ccs7LnEcDmAZGH/rzCvKh349RW3KtwD3vjEnI=";
49 libgnome-games-support
54 chmod +x build-aux/meson_post_install.py
55 patchShebangs build-aux/meson_post_install.py
59 updateScript = gnome.updateScript { packageName = "gnome-mines"; };
63 homepage = "https://gitlab.gnome.org/GNOME/gnome-mines";
64 description = "Clear hidden mines from a minefield";
65 mainProgram = "gnome-mines";
66 maintainers = teams.gnome.members;
67 license = licenses.gpl3;
68 platforms = platforms.unix;