datadog-agent: fix

This commit is contained in:
Ryan Mulligan 2024-07-02 10:49:43 -07:00 committed by Matthieu Coudron
parent 366e022106
commit 47cb3e6165

View File

@ -1,7 +1,7 @@
{ lib
, stdenv
, cmake
, buildGoModule
, buildGo121Module
, makeWrapper
, fetchFromGitHub
, pythonPackages
@ -37,7 +37,7 @@ let
cmakeFlags = ["-DBUILD_DEMO=OFF" "-DDISABLE_PYTHON2=ON"];
};
in buildGoModule rec {
in buildGo121Module rec {
pname = "datadog-agent";
inherit src version;