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
15
pkgs/development/tools/ocaml/merlin/fix-paths.patch
Normal file
15
pkgs/development/tools/ocaml/merlin/fix-paths.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- a/src/kernel/mconfig_dot.ml
|
||||
+++ b/src/kernel/mconfig_dot.ml
|
||||
@@ -126,10 +126,10 @@ module Configurator = struct
|
||||
let prog, args =
|
||||
match cfg with
|
||||
| Dot_merlin ->
|
||||
- let prog = "dot-merlin-reader" in
|
||||
+ let prog = "@dot_merlin_reader@" in
|
||||
prog, [| prog |]
|
||||
| Dune ->
|
||||
- let prog = "dune" in
|
||||
+ let prog = "@dune@" in
|
||||
prog, [| prog; "ocaml-merlin"; "--no-print-directory" |]
|
||||
in
|
||||
log ~title:"get_config" "Using %s configuration provider." (to_string cfg);
|
||||
Loading…
Add table
Add a link
Reference in a new issue