gnome.gnome-robots: add darwin support
This commit is contained in:
parent
8bf5d95eb7
commit
d2e1ec446e
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Avoid the robots and make them crash into each other";
|
description = "Avoid the robots and make them crash into each other";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue