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