13 subPackages = [ "cmd/uchess" ];
15 src = fetchFromGitHub {
19 sha256 = "1njl3f41gshdpj431zkvpv2b7zmh4m2m5q6xsijb0c0058dk46mz";
22 vendorHash = "sha256-4yEE1AsSChayCBxaMXPsbls7xGmFeWRhfOMHyAAReDY=";
24 # package does not contain any tests as of v0.2.1
27 nativeBuildInputs = [ makeWrapper ];
29 wrapProgram $out/bin/uchess --suffix PATH : ${stockfish}/bin
33 description = "Play chess against UCI engines in your terminal";
34 mainProgram = "uchess";
35 homepage = "https://tmountain.github.io/uchess/";
36 maintainers = with maintainers; [ tmountain ];
37 license = licenses.mit;