5 python3Packages.buildPythonApplication rec {
9 src = fetchFromGitHub {
10 owner = "thisisparker";
13 hash = "sha256-Ssr15kSdWmyMFFG5uCregrpGQ3rI2cMXqY9+/a3gs84=";
17 python3Packages.setuptools
21 doCheck = false; # no tests
23 propagatedBuildInputs = [
24 python3Packages.blessed
28 homepage = "https://github.com/thisisparker/cursewords";
29 description = "Graphical command line program for solving crossword puzzles in the terminal";
30 mainProgram = "cursewords";
31 license = licenses.agpl3Only;
33 platforms = platforms.all;