Skip to content

Commit

Permalink
Merge pull request #9 from saolof/patch-1
Browse files Browse the repository at this point in the history
Add buildInput argument to buildDunePackage to template
  • Loading branch information
brendanzab authored Sep 24, 2023
2 parents e4ae713 + 0eba3b3 commit 52f8e3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
duneVersion = "3";
src = sources.ocaml;

buildInputs = [
# Ocaml package dependencies needed to build go here.
];

strictDeps = true;

preBuild = ''
Expand Down

0 comments on commit 52f8e3d

Please sign in to comment.