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 homepage = "https://sr.ht/~craftyguy/caerbannog/";
56 changelog = "https://git.sr.ht/~craftyguy/caerbannog/refs/${version}";
57 license = licenses.gpl3Plus;
58 maintainers = with maintainers; [ dotlambda ];