uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
13
pkgs/tools/security/krunner-pass/pass-path.patch
Normal file
13
pkgs/tools/security/krunner-pass/pass-path.patch
Normal file
|
|
@ -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) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue