11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-TQwjEgtqAvKnrpia6VloRgFwtq5TNDmxU+ZWjtEK/n8=";
31 ++ lib.optionals stdenv.hostPlatform.isLinux [
35 cmakeFlags = [ "-DUSE_QT6=TRUE" ];
38 description = "Qt based Minesweeper game";
39 mainProgram = "libremines";
41 A Free/Libre and Open Source Software Qt based Minesweeper game available for GNU/Linux, FreeBSD and Windows systems.
43 homepage = "https://bollos00.github.io/LibreMines";
44 license = licenses.gpl3Plus;
45 maintainers = with maintainers; [ aleksana ];
46 platforms = platforms.unix;