treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
The override that builds the custom python for integrations-core was overriding python, but pythonPackages was still being inherited from a call to `datadog-integrations-core {}`, causing service.datadog-agent.extraIntegrations to be ignored.