nixpkgs/pkgs/development/ocaml-modules/menhir
Basile Clément 32a6049ad5
ocamlPackages.menhir: support --suggest-menhirLib
menhir provides a `--suggest-menhirLib` option that tries to infer the
path of the menhir library from the path of the menhir binary.

Since the menhir library and the menhir binary are built as different
derivations, this does not work.

This patch hardcodes the location of the menhir library into the menhir
binary, making `--suggest-menhirLib` work.
2024-11-22 14:51:13 +01:00
..
default.nix ocamlPackages.menhir: support --suggest-menhirLib 2024-11-22 14:51:13 +01:00
lib.nix
menhir-suggest-menhirLib.patch ocamlPackages.menhir: support --suggest-menhirLib 2024-11-22 14:51:13 +01:00
sdk.nix