Commit 09dad325 authored by Weijia Wang's avatar Weijia Wang
Browse files

gnome.lightsoff: add darwin support

parent 9384db3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}