11 libgnome-games-support,
22 stdenv.mkDerivation rec {
27 url = "mirror://gnome/sources/tali/${lib.versions.major version}/tali-${version}.tar.xz";
28 hash = "sha256-+p7eNm8KcuTKpSGJw6sLEMG1aoDHiFsBZgJVjETc59M=";
48 libgnome-games-support
52 chmod +x build-aux/meson_post_install.py
53 patchShebangs build-aux/meson_post_install.py
57 updateScript = gnome.updateScript { packageName = "tali"; };
61 homepage = "https://gitlab.gnome.org/GNOME/tali";
62 changelog = "https://gitlab.gnome.org/GNOME/tali/-/blob/${version}/NEWS?ref_type=tags";
63 description = "Sort of poker with dice and less money";
65 maintainers = teams.gnome.members;
66 license = licenses.gpl2Plus;
67 platforms = platforms.unix;