backintime: add keyringBackends

This commit is contained in:
Stephen Huan
2026-03-12 22:01:38 -04:00
parent 9e0c40162e
commit c7672db19c
+11 -1
View File
@@ -15,16 +15,26 @@
qt6,
man,
asciidoctor,
keyringBackends ?
ps: with ps; [
secretstorage
keyrings-alt
keyring-pass
],
}:
let
python' = python3.withPackages (
ps: with ps; [
ps:
with ps;
[
pyqt6
backintime-common
dbus-python
keyring
packaging
]
++ (keyringBackends ps)
);
diffProgram =
if meldSupport then