dd-agent: Add python so patchShebangs can patch python scripts

This commit is contained in:
Shea Levy 2013-01-08 12:42:11 -05:00
parent 4b2632e54a
commit bc2e957308

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ stdenv, fetchgit, python }:
stdenv.mkDerivation rec {
name = "dd-agent-ab14fde6f9";
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "2615a2f122ac97363eba8973dfc6c2ce81cb61a26eb61c2988faad2abd05efc5";
};
buildInputs = [ python ];
postUnpack = "export sourceRoot=$sourceRoot/packaging";
makeFlags = [ "BUILD=$(out)" ];