deja-dup: add restic support
This commit is contained in:
parent
506a514354
commit
65f536eb58
@ -22,6 +22,7 @@
|
||||
json-glib,
|
||||
duplicity,
|
||||
rclone,
|
||||
restic,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
@ -68,6 +69,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mesonFlags = [
|
||||
"-Dduplicity_command=${lib.getExe duplicity}"
|
||||
"-Drclone_command=${lib.getExe rclone}"
|
||||
"-Denable_restic=true"
|
||||
"-Drestic_command=${lib.getExe restic}"
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user