Commit 47cb3e61 authored by Ryan Mulligan's avatar Ryan Mulligan Committed by Matthieu Coudron
Browse files

datadog-agent: fix

parent 366e0221
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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;