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:
Raghav Gururajan 2021-06-24 07:06:21 -04:00
parent 158a64a702
commit 2b3fc2e3c2
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551

View file

@ -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")