Skip to content

Commit 9b2bf79

Browse files
committed
Add obus to native build inputs
Otherwise the interface generator is not found: > 11 | (run obus-gen-interface -keep-common -o systemd_interfaces %{deps}))) > ^^^^^^^^^^^^^^^^^^ > Error: Program obus-gen-interface not found in the tree or in PATH > (context: default) > File "bindings/timedate/dune", line 11, characters 7-25: > 11 | (run obus-gen-interface -keep-common -o timedate_interfaces %{deps}))) > ^^^^^^^^^^^^^^^^^^ > Error: Program obus-gen-interface not found in the tree or in PATH > (context: default)
1 parent 4dc176f commit 9b2bf79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ocamlPackages.buildDunePackage rec {
2828

2929
nativeBuildInputs = [
3030
discount # Transform Markdown to HTML
31+
ocamlPackages.obus
3132
];
3233

3334
buildInputs = with ocamlPackages; [

0 commit comments

Comments
 (0)