Merge pull request #91134 from flokli/perlpackages-net-dbus-cross
perlPackages.NetDBus: fix cross compilation
This commit is contained in:
commit
3a105d5882
@ -13707,9 +13707,16 @@ let
|
||||
url = "mirror://cpan/authors/id/D/DA/DANBERR/Net-DBus-1.2.0.tar.gz";
|
||||
sha256 = "e7a1ac9ef4a1235b3fdbd5888f86c347182306467bd79abc9b0756a64b441cbc";
|
||||
};
|
||||
nativeBuildInputs = [ pkgs.buildPackages.pkgconfig ];
|
||||
nativeBuildInputs = [ buildPackages.pkgconfig ];
|
||||
buildInputs = [ pkgs.dbus TestPod TestPodCoverage ];
|
||||
propagatedBuildInputs = [ XMLTwig ];
|
||||
|
||||
# https://gitlab.com/berrange/perl-net-dbus/-/merge_requests/19
|
||||
patches = (fetchpatch {
|
||||
url = "https://gitlab.com/berrange/perl-net-dbus/-/commit/6bac8f188fb06e5e5edd27aee672d66b7c28caa4.patch";
|
||||
sha256 = "19nf4xn9xhyd0sd2az9iliqldjj0k6ah2dmkyqyvq4rp2d9k5jgb";
|
||||
});
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/dbus";
|
||||
description = "Extension for the DBus bindings";
|
||||
|
Loading…
Reference in New Issue
Block a user