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