5 , gobject-introspection
17 python3.pkgs.buildPythonApplication rec {
22 src = fetchFromSourcehut {
26 sha256 = "0wqkb9zcllxm3fdsr5lphknkzy8r1cr80f84q200hbi99qql1dxh";
46 propagatedBuildInputs = with python3.pkgs; [
54 description = "Mobile-friendly Gtk frontend for password-store";
55 mainProgram = "caerbannog";
56 homepage = "https://sr.ht/~craftyguy/caerbannog/";
57 changelog = "https://git.sr.ht/~craftyguy/caerbannog/refs/${version}";
58 license = licenses.gpl3Plus;
59 maintainers = with maintainers; [ dotlambda ];