13 , libgnome-games-support
23 stdenv.mkDerivation rec {
24 pname = "gnome-robots";
28 url = "mirror://gnome/sources/gnome-robots/${lib.versions.major version}/${pname}-${version}.tar.xz";
29 sha256 = "04fbykj576dq1h6cycgfhh8wd6yxmlsqykvj188sbwahay42zgvg";
49 libgnome-games-support
55 chmod +x build-aux/meson_post_install.py
56 patchShebangs build-aux/meson_post_install.py
60 updateScript = gnome.updateScript {
61 packageName = "gnome-robots";
62 attrPath = "gnome.gnome-robots";
67 homepage = "https://gitlab.gnome.org/GNOME/gnome-robots";
68 description = "Avoid the robots and make them crash into each other";
69 mainProgram = "gnome-robots";
70 maintainers = teams.gnome.members;
71 license = licenses.gpl3Plus;
72 platforms = platforms.unix;