8 stdenv.mkDerivation rec {
13 url = "mirror://gnu/gnushogi/${pname}-${version}.tar.gz";
14 hash = "sha256-HsxIqGYwPGNlJVKzJdaF5+9emJMkQIApGmHZZQXVKyk=";
19 url = "https://sources.debian.org/data/main/g/gnushogi/1.4.2-7/debian/patches/01-make-dont-ignore";
20 hash = "sha256-Aw0zfH+wkj+rQQzKIn6bSilP76YIO27FwJ8n1UzG6ow=";
23 url = "https://sources.debian.org/data/main/g/gnushogi/1.4.2-7/debian/patches/globals";
24 hash = "sha256-wZJBPMYSz4n1kOyLmR9QOp70650R9xXQUWD5hvaMRok=";
28 buildInputs = [ zlib ];
31 description = "GNU implementation of Shogi, also known as Japanese Chess";
32 mainProgram = "gnushogi";
33 homepage = "https://www.gnu.org/software/gnushogi/";
34 license = licenses.gpl3;
35 maintainers = [ maintainers.ciil ];
36 platforms = platforms.unix;