1 { buildPythonApplication
8 buildPythonApplication rec {
14 inherit pname version;
15 sha256 = "03a11bd0b0905737f4adb21d87aa1653d84cc1d9b5dcfdfb8a29092245d65db8";
22 propagatedBuildInputs = [
26 # Project has no tests.
30 description = "Export pass(1), \"the standard unix password manager\", to CSV";
31 homepage = "https://github.com/reinefjord/pass2csv";
32 license = licenses.mit;
33 maintainers = with maintainers; [ wolfangaukang ];