aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/tools/security/krunner-pass/pass-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/tools/security/krunner-pass/pass-path.patch')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/tools/security/krunner-pass/pass-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/tools/security/krunner-pass/pass-path.patch b/infra/libkookie/nixpkgs/pkgs/tools/security/krunner-pass/pass-path.patch
new file mode 100644
index 000000000000..4ceb3c5d92da
--- /dev/null
+++ b/infra/libkookie/nixpkgs/pkgs/tools/security/krunner-pass/pass-path.patch
@@ -0,0 +1,13 @@
+diff --git a/pass.cpp b/pass.cpp
+index c02f9d0..85c5b99 100644
+--- a/pass.cpp
++++ b/pass.cpp
+@@ -193,7 +193,7 @@ void Pass::run(const Plasma::RunnerContext &context, const Plasma::QueryMatch &m
+ } else {
+ args << "show" << match.text();
+ }
+- pass->start("pass", args);
++ pass->start(NIXPKGS_PASS, args);
+
+ connect(pass, static_cast<void(QProcess::*)(int, QProcess::ExitStatus)>(&QProcess::finished),
+ [=](int exitCode, QProcess::ExitStatus exitStatus) {