12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-AQRp2rkL9KCZdsJN6uz2Y+3kV4lyRLYjWn0p7UOjBMw=";
21 fetchSubmodules = true;
24 buildInputs = [ boost opencl-headers ocl-icd qtbase zlib ];
26 nativeBuildInputs = [ cmake ];
28 dontWrapQtApps = true;
31 description = "Go engine modeled after AlphaGo Zero";
32 homepage = "https://github.com/gcp/leela-zero";
33 license = licenses.gpl3Plus;
34 maintainers = [ maintainers.averelld maintainers.omnipotententity ];
35 platforms = platforms.linux;