From 00d0bfced902e97eeae5257c14134d4bc7efc710 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Thu, 18 Jan 2024 10:58:36 -0600 Subject: Commands to interact with discocaml, associated IPC. --- discocaml/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'discocaml/default.nix') diff --git a/discocaml/default.nix b/discocaml/default.nix index 0045cdf..392c146 100644 --- a/discocaml/default.nix +++ b/discocaml/default.nix @@ -1,10 +1,10 @@ -{ buildDunePackage, ocaml-compiler-libs, ppx_deriving, ppx_import, ppxlib }: +{ buildDunePackage, yojson, ocaml-compiler-libs, ppx_deriving +, ppx_deriving_yojson, ppx_import, ppxlib }: buildDunePackage { pname = "discocaml"; version = "0.1.0"; minimalOcamlVersion = "5.1"; src = ./.; - nativeBuildInputs = [ ]; - buildInputs = [ ppx_deriving ppx_import ppxlib ]; + buildInputs = [ ppx_deriving ppx_deriving_yojson ppx_import ppxlib yojson ]; } -- cgit v1.2.3