From 8f98667fff865a4a19921e744562cfc2938e1022 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Mon, 19 Aug 2024 14:32:38 +0200 Subject: [PATCH] add gtest --- evm-assigner.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evm-assigner.nix b/evm-assigner.nix index d000451..439a5cb 100644 --- a/evm-assigner.nix +++ b/evm-assigner.nix @@ -10,6 +10,7 @@ gdb, ethash, intx, + gtest, crypto3, enableDebugging, enableDebug ? false, @@ -27,7 +28,7 @@ in stdenv.mkDerivation rec { # enableDebugging will keep debug symbols in boost propagatedBuildInputs = [ (if enableDebug then (enableDebugging boost_lib) else boost_lib) ]; - buildInputs = [crypto3 ethash intx]; + buildInputs = [crypto3 ethash intx gtest]; cmakeFlags = [