guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: perl-glib: Propagate glib.


From: guix-commits
Subject: 02/16: gnu: perl-glib: Propagate glib.
Date: Sun, 4 Jul 2021 21:55:49 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit 2b3fc2e3c2e00c869a92db0ee0def1005f07f9f0
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Jun 24 07:06:21 2021 -0400

    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.
---
 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 206222b..f2dbddb 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")



reply via email to

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