perlPackages.NetDBus: Reduce closure size

The module compiles a native module that links to the DBus C libraries,
so dbus (and pkgconfig) for that matter shouldn't be propagated.

Changed files
+3 -2
pkgs
top-level
+3 -2
pkgs/top-level/perl-packages.nix
···
url = "mirror://cpan/authors/id/D/DA/DANBERR/${name}.tar.gz";
sha256 = "8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269";
-
buildInputs = [ TestPod TestPodCoverage ];
-
propagatedBuildInputs = [ pkgs.pkgconfig pkgs.dbus XMLTwig ];
+
nativeBuildInputs = [ pkgs.pkgconfig ];
+
buildInputs = [ TestPod TestPodCoverage pkgs.dbus ];
+
propagatedBuildInputs = [ XMLTwig ];
meta = {
homepage = http://www.freedesktop.org/wiki/Software/dbus;
description = "Extension for the DBus bindings";