From 67056bbfb80edad424fec2af130d7ef4d9a7565b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 13 Mar 2024 19:39:30 +0100 Subject: Include nlohmann-json as dependency for cppdap --- private/komodo/cppdap.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'private/komodo/cppdap.scm') diff --git a/private/komodo/cppdap.scm b/private/komodo/cppdap.scm index 87f97ea..a307ce8 100644 --- a/private/komodo/cppdap.scm +++ b/private/komodo/cppdap.scm @@ -1,4 +1,5 @@ (define-module (cppdap) + #:use-module (gnu packages cpp) #:use-module (guix build-system cmake) #:use-module (guix git-download) #:use-module @@ -22,6 +23,11 @@ (hash (content-hash "08bdsn0568hidq51fzw63ph0wkri8siid74fxp7sqvxjv04164pr")))) (build-system cmake-build-system) + (arguments + (list + #:configure-flags + '(list "-DCPPDAP_USE_EXTERNAL_NLOHMANN_JSON_PACKAGE=ON"))) + (native-inputs (list nlohmann-json)) (synopsis "C++ library for the Debug Adapter Protocol") (description (string-append -- cgit v1.2.3