8 buildPythonPackage rec {
9 pname = "clintermission";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-e7C9IDr+mhVSfU8lMywjX1BYwFo/qegPNzabak7UPcY=";
22 propagatedBuildInputs = [
26 # repo contains no tests
29 pythonImportsCheck = [
34 description = "Non-fullscreen command-line selection menu";
35 homepage = "https://github.com/sebageek/clintermission";
36 changelog = "https://github.com/sebageek/clintermission/releases/tag/v${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ ];