mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
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.
This commit is contained in:
parent
2b3fc2e3c2
commit
ceb025b42b
1 changed files with 1 additions and 1 deletions
|
@ -1586,7 +1586,7 @@ (define-public perl-cairo
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue