diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-06-24 07:06:21 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-07-04 21:07:06 -0400 |
commit | 2b3fc2e3c2e00c869a92db0ee0def1005f07f9f0 (patch) | |
tree | 4a44446d544369e95d2144a6b629c87a60214af0 /gnu/packages/glib.scm | |
parent | 158a64a7023301ecb4f7ef611ea037dd1b68e710 (diff) | |
download | guix-2b3fc2e3c2e00c869a92db0ee0def1005f07f9f0.tar.gz |
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.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 206222b578..f2dbddbde6 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -877,7 +877,7 @@ useful for C++.") (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") |