mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01: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