3
0
Fork 0
forked from mirrors/nixpkgs

dd-agent: No need to propagate sysstat, dd-agent doesn't belong in user profiles anyway

This commit is contained in:
Shea Levy 2013-01-08 16:17:21 -05:00
parent e87d99f023
commit e11365c0a5

View file

@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ python ]; buildInputs = [ python ];
propagatedUserEnvPkgs = [ sysstat ];
postUnpack = "export sourceRoot=$sourceRoot/packaging"; postUnpack = "export sourceRoot=$sourceRoot/packaging";
makeFlags = [ "BUILD=$(out)" ]; makeFlags = [ "BUILD=$(out)" ];