gnome.four-in-a-row: add darwin support

This commit is contained in:
Weijia Wang 2022-12-07 20:42:33 +01:00
parent 58d1860ed8
commit b857855b0e

View file

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "Make lines of the same color to win";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}