Skip to content

Commit

Permalink
ocamlPackages.merlin: fix build (NixOS#371361)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 10, 2025
2 parents f1f939c + 7b32c64 commit 052d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/ocaml/merlin/fix-paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
match cfg with
| Dot_merlin ->
- let prog = "dot-merlin-reader" in
+ let prog = "@dot_merlin_reader@" in
+ let prog = "@dot-merlin-reader@" in
prog, [| prog |]
| Dune ->
- let prog = "dune" in
Expand Down

0 comments on commit 052d9ba

Please sign in to comment.