gnome.lightsoff: add darwin support

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

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "Puzzle game, where the objective is to turn off all of the tiles on the board";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}