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:
parent
571fb74f44
commit
cea4be23bc
@ -11213,8 +11213,9 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = "mirror://cpan/authors/id/D/DA/DANBERR/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DA/DANBERR/${name}.tar.gz";
|
||||||
sha256 = "8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269";
|
sha256 = "8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestPod TestPodCoverage ];
|
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||||
propagatedBuildInputs = [ pkgs.pkgconfig pkgs.dbus XMLTwig ];
|
buildInputs = [ TestPod TestPodCoverage pkgs.dbus ];
|
||||||
|
propagatedBuildInputs = [ XMLTwig ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/dbus;
|
homepage = http://www.freedesktop.org/wiki/Software/dbus;
|
||||||
description = "Extension for the DBus bindings";
|
description = "Extension for the DBus bindings";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user