5 , gobject-introspection
11 python3.pkgs.buildPythonApplication rec {
15 src = fetchFromGitHub {
19 sha256 = "17h8saja45bv612yk0pra9ncbp2mjnx5n10q25nqhl765ks4bmb5";
33 propagatedBuildInputs = with python3.pkgs; [
38 # to prevent double wrapping
41 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
48 inherit (src.meta) homepage;
49 description = "Crossword generator";
50 license = licenses.gpl3Plus;
51 maintainers = with maintainers; [ dotlambda ];