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
19
pkgs/development/tools/ocaml/merlin/test.patch
Normal file
19
pkgs/development/tools/ocaml/merlin/test.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
commit 282eed37f39ff216add8d53766fd59f3737eb87f
|
||||
Author: Vincent Laporte <Vincent.Laporte@gmail.com>
|
||||
Date: Thu Nov 4 06:24:07 2021 +0100
|
||||
|
||||
Ignore dune stderr in tests
|
||||
|
||||
diff --git a/tests/test-dirs/document/src-documentation.t/run.t b/tests/test-dirs/document/src-documentation.t/run.t
|
||||
index 2c9e1419..4f4c4327 100644
|
||||
--- a/tests/test-dirs/document/src-documentation.t/run.t
|
||||
+++ b/tests/test-dirs/document/src-documentation.t/run.t
|
||||
@@ -42,7 +42,7 @@ documentation for the non-last defined value (in the same file) is show
|
||||
> jq '.value'
|
||||
" List reversal. "
|
||||
|
||||
- $ dune build --root=. ./doc.exe
|
||||
+ $ dune build --root=. ./doc.exe 2> /dev/null
|
||||
$ cat >.merlin <<EOF
|
||||
> B _build/default/.doc.eobjs/byte
|
||||
> S .
|
||||
Loading…
Add table
Add a link
Reference in a new issue