gnome.iagno: add darwin support

This commit is contained in:
Weijia Wang 2022-12-07 20:44:01 +01:00
parent 436ae01708
commit 9384db3a7a

View File

@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
description = "Computer version of the game Reversi, more popularly called Othello";
maintainers = teams.gnome.members;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}