gnu: perl-gtk2: Add pkg-config to native inputs.

Commit aca64d5604 "gnu: perl-extutils-pkgconfig:
Support cross-compilation." causes pkg-config to no longer be propagated, but
it is needed for this package, which doesn't exclusively uses
perl-extutils-pkgconfig.

* gnu/packages/gtk.scm (perl-gtk2) [native-inputs]: Add pkg-config.
This commit is contained in:
Maxim Cournoyer 2023-03-06 21:52:13 -05:00
parent ff5f34ae75
commit aa0b1c97f2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2146,7 +2146,7 @@ (define-public perl-gtk2
"0ry9jfvfgdwzalxcvwsgr7plhk3agx7p40l0fqdf3vrf7ds47i29"))))
(build-system perl-build-system)
(native-inputs
(list perl-extutils-depends perl-extutils-pkgconfig))
(list perl-extutils-depends perl-extutils-pkgconfig pkg-config))
(inputs
(list gtk+-2))
(propagated-inputs