mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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:
parent
ff5f34ae75
commit
aa0b1c97f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue