8 buildPythonPackage rec {
12 disabled = pythonOlder "3.5";
15 inherit pname version;
16 sha256 = "sha256-TK89quY3bpNIEz1n3Ecew4FnTH6QgeSLdDNV86gq7+I=";
19 propagatedBuildInputs = [
24 pythonImportsCheck = [ "survey" ];
27 homepage = "https://github.com/Exahilosys/survey";
28 description = "A simple library for creating beautiful interactive prompts";
29 license = licenses.mit;
30 maintainers = with maintainers; [ sfrijters ];