gnome.gnome-robots: add darwin support

This commit is contained in:
Weijia Wang 2022-12-07 20:43:19 +01:00
parent 8bf5d95eb7
commit d2e1ec446e

View File

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
description = "Avoid the robots and make them crash into each other";
maintainers = teams.gnome.members;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}