Revert "datadog: Properly use configured package."

This reverts commit 50f53da9ef.
This commit is contained in:
Mateusz Kowalczyk
2017-06-03 12:27:43 +01:00
parent de0d0da1fd
commit 668556331b
2 changed files with 5 additions and 5 deletions
+1 -1
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 ? [ ] }:
, extraBuildInputs ? [ pythonPackages.psutil ] }:
let
inherit (pythonPackages) python;
docker_1_10 = pythonPackages.buildPythonPackage rec {