1 { buildPythonApplication
8 buildPythonApplication rec {
14 inherit pname version;
15 hash = "sha256-p7r+zDakKy/N+RbxAfGatvkYCDKRh5T3owoYUrHJ5N0=";
22 propagatedBuildInputs = [
26 # Project has no tests.
30 description = "Export pass(1), \"Standard unix password manager\", to CSV";
31 mainProgram = "pass2csv";
32 homepage = "https://github.com/reinefjord/pass2csv";
33 license = licenses.mit;