guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: perl-cairo: Propagate cairo.


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

raghavgururajan pushed a commit to branch master
in repository guix.

commit ceb025b42bc0c33f77f179c7c67f844ff05367fc
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Jun 24 07:12:31 2021 -0400

    gnu: perl-cairo: Propagate cairo.
    
    Dependants of perl-cairo also require cairo for its typelibs and schemas.
    
    * gnu/packages/gtk.scm (perl-cairo)[inputs]: Move cairo to ...
    [propagated-inputs]: ... here.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 138fa7c..99a4128 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1586,7 +1586,7 @@ write GNOME applications.")
     (native-inputs
      `(("perl-extutils-depends" ,perl-extutils-depends)
        ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
-    (inputs
+    (propagated-inputs
      `(("cairo" ,cairo)))
     (home-page "https://metacpan.org/release/Cairo";)
     (synopsis "Perl interface to the cairo 2d vector graphics library")



reply via email to

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