gnome.five-or-more: add darwin support

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

View File

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
description = "Remove colored balls from the board by forming lines";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}