deja-dup: add restic support
This commit is contained in:
parent
506a514354
commit
65f536eb58
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user