7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-aF7ZS5oxeIOb7mJsrusdc3HefcPE+3OTXcJB/pjJxFY=";
16 propagatedBuildInputs = [
21 pythonImportsCheck = [ "survey" ];
24 homepage = "https://github.com/Exahilosys/survey";
25 description = "A simple library for creating beautiful interactive prompts";
26 license = licenses.mit;
27 maintainers = with maintainers; [ sfrijters ];