3 , gobject-introspection
9 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "johncheetham";
17 hash = "sha256-EPOIYPSFAhilxuZeYfuZ4Cd29ReJs/E4KNF5/lyzbxs=";
20 doCheck = false; # no tests available
26 nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
28 propagatedBuildInputs = with python3.pkgs; [
34 homepage = "http://johncheetham.com/projects/gshogi/";
35 description = "A graphical implementation of the Shogi board game, also known as Japanese Chess";
36 license = licenses.gpl3Plus;
37 platforms = platforms.linux;
38 maintainers = [ maintainers.ciil ];