mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: perl-glib: Propagate glib.
Dependants of perl-glib also require glib for its typelibs and schemas. * gnu/packages/glib.scm (perl-glib)[inputs]: Move glib to ... [propagated-inputs]: ... here.
This commit is contained in:
parent
158a64a702
commit
2b3fc2e3c2
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ (define-public perl-glib
|
|||
(native-inputs
|
||||
`(("perl-extutils-depends" ,perl-extutils-depends)
|
||||
("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib)))
|
||||
(home-page "https://metacpan.org/release/Glib")
|
||||
(synopsis "Perl wrappers for the GLib utility and Object libraries")
|
||||
|
|
Loading…
Reference in a new issue