Skip to content

Commit

Permalink
add gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Aug 19, 2024
1 parent 38bbd29 commit 8f98667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evm-assigner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
gdb,
ethash,
intx,
gtest,
crypto3,
enableDebugging,
enableDebug ? false,
Expand All @@ -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 =
[
Expand Down

0 comments on commit 8f98667

Please sign in to comment.