mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
dd-agent: Add python so patchShebangs can patch python scripts
This commit is contained in:
parent
4b2632e54a
commit
bc2e957308
@ -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)" ];
|
||||
|
Loading…
Reference in New Issue
Block a user