From 70fcd3f6209e7f22bbb977e7c30dc13b94ef019d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 17 Jul 2024 01:54:29 +0900 Subject: [PATCH] ocaml: Don't set preBuild to add a dependency --- ocaml/flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ocaml/flake.nix b/ocaml/flake.nix index 5c362c4..f39a0c3 100644 --- a/ocaml/flake.nix +++ b/ocaml/flake.nix @@ -44,11 +44,8 @@ duneVersion = "3"; src = self.outPath; - # Uncomment if you need the executable of dream_eml during build - # preBuild = '' - # PATH="${ocamlPackages.dream}/bin:$PATH" - # export PATH - # ''; + # Add ocamlPackages.dream if you need the executable of dream_eml during + # build buildInputs = with ocamlPackages; [ ocaml-syntax-shims