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
82
pkgs/tools/security/ripasso/fix-tests.patch
Normal file
82
pkgs/tools/security/ripasso/fix-tests.patch
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
--- a/src/pass/test.rs
|
||||
+++ a/src/pass/test.rs
|
||||
@@ -83,6 +83,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -114,6 +115,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -144,6 +146,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -185,6 +188,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -220,6 +224,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -267,6 +272,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -298,6 +304,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -337,6 +344,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -828,6 +836,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
let home: PathBuf = base_path.clone();
|
||||
@@ -860,6 +869,7 @@
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.pop();
|
||||
+ base_path.pop();
|
||||
base_path.pop();
|
||||
base_path.push("testres");
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue