datadog: Properly use configured package.

This commit is contained in:
Mateusz Kowalczyk
2017-06-02 07:50:41 +01:00
parent b829bdca1d
commit 50f53da9ef
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
# wrapper with their PYTHONPATH. This means overrideAttrs is not
# strong enough (it overrides too late), we need to call it
# beforehand.
, extraBuildInputs ? [ pythonPackages.psutil ] }:
, extraBuildInputs ? [ ] }:
let
inherit (pythonPackages) python;
docker_1_10 = pythonPackages.buildPythonPackage rec {