guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49210] [PATCH v5 02/16] gnu: perl-glib: Propagate glib.


From: Raghav Gururajan
Subject: [bug#49210] [PATCH v5 02/16] gnu: perl-glib: Propagate glib.
Date: Sat, 3 Jul 2021 21:03:06 -0400

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.
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]