From 162dd80fe94e6fbce85e351f8a1a14b74d8b8bc7 Mon Sep 17 00:00:00 2001 From: Stephen Huan Date: Sun, 18 Aug 2024 20:52:17 -0400 Subject: [PATCH] backintime: fix backintime-askpass --- pkgs/applications/networking/sync/backintime/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/sync/backintime/common.nix b/pkgs/applications/networking/sync/backintime/common.nix index 95594dc93cb7..087b415c241f 100644 --- a/pkgs/applications/networking/sync/backintime/common.nix +++ b/pkgs/applications/networking/sync/backintime/common.nix @@ -29,7 +29,7 @@ in stdenv.mkDerivation rec { substituteInPlace configure \ --replace-fail "/.." "" \ --replace-fail "share/backintime" "${python'.sitePackages}/backintime" - substituteInPlace "backintime" \ + substituteInPlace "backintime" "backintime-askpass" \ --replace-fail "share" "${python'.sitePackages}" '';