Unverified Commit 9159658f authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

Merge pull request #205028 from wegank/gnome-games-darwin

gnome: add darwin support for games
parents 1710ed1f 09dad325
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -61,6 +61,6 @@ stdenv.mkDerivation rec {
    description = "Play the classic two-player boardgame of chess";
    maintainers = teams.gnome.members;
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
    description = "Slide blocks to solve the puzzle";
    maintainers = teams.gnome.members;
    license = licenses.gpl2;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
    description = "Disassemble a pile of tiles by removing matching pairs";
    maintainers = teams.gnome.members;
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}
Loading