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.
This commit is contained in:
Tuomas Tynkkynen 2018-08-17 07:41:14 +03:00
parent 571fb74f44
commit cea4be23bc

View file

@ -11213,8 +11213,9 @@ let self = _self // overrides; _self = with self; {
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";