deja-dup: add restic support

This commit is contained in:
Johannes Arnold 2025-05-10 20:18:42 +02:00
parent 506a514354
commit 65f536eb58
No known key found for this signature in database
GPG Key ID: 91192A6AA8C42BFA

View File

@ -22,6 +22,7 @@
json-glib, json-glib,
duplicity, duplicity,
rclone, rclone,
restic,
nix-update-script, nix-update-script,
}: }:
@ -68,6 +69,8 @@ stdenv.mkDerivation (finalAttrs: {
mesonFlags = [ mesonFlags = [
"-Dduplicity_command=${lib.getExe duplicity}" "-Dduplicity_command=${lib.getExe duplicity}"
"-Drclone_command=${lib.getExe rclone}" "-Drclone_command=${lib.getExe rclone}"
"-Denable_restic=true"
"-Drestic_command=${lib.getExe restic}"
]; ];
preFixup = '' preFixup = ''