12 version = "unstable-2017-12-18";
15 description = "A Go client based on Qt5";
17 qGo is a Go Client based on Qt 5. It supports playing online at
18 IGS-compatible servers (including some special tweaks for WING and LGS,
19 also NNGS was reported to work) and locally against gnugo (or other
20 GTP-compliant engines). It also has rudimentary support for editing SGF
21 files and parital support for CyberORO/WBaduk, Tygem, Tom, and eWeiqi
22 (developers of these backends are currently inactive, everybody is welcome
25 Go is an ancient Chinese board game. It's called "圍棋(Wei Qi)" in
26 Chinese, "囲碁(Yi Go)" in Japanese, "바둑(Baduk)" in Korean.
28 homepage = "https://github.com/pzorin/qgo";
29 license = licenses.gpl2;
30 maintainers = with maintainers; [ zalakain ];
33 src = fetchFromGitHub {
36 rev = "bef526dda4c79686edd95c88cc68de24f716703c";
37 sha256 = "1xzkayclmhsi07p9mnbf8185jw8n5ikxp2mik3x8qz1i6rmrfl5b";
40 patches = [ ./fix-paths.patch ];
42 sed -i 's|@out@|'"''${out}"'|g' src/src.pro src/defines.h
44 nativeBuildInputs = [ qmake qttools ];
45 buildInputs = [ qtbase qtmultimedia ];