1 { lib, buildPythonApplication, fetchFromGitHub, isPy3k, prompt_toolkit }:
3 buildPythonApplication rec {
4 pname = "clintermission";
7 src = fetchFromGitHub {
11 sha256 = "09wl0rpw6c9hab51rs957z64b0v9j4fcbqbn726wnapf4z5w6yxv";
14 propagatedBuildInputs = [ prompt_toolkit ];
18 # repo contains no tests
21 pythonImportsCheck = [ "clintermission" ];
24 description = "Non-fullscreen command-line selection menu";
25 homepage = "https://github.com/sebageek/clintermission";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ SuperSandro2000 ];