mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cairomm: Do not propagate fontconfig.
* gnu/packages/gtk.scm (cairomm)[propagated-inputs]: Move FONTCONFIG ... [inputs]: ... here. New field.
This commit is contained in:
parent
582537d930
commit
10755ceb44
1 changed files with 2 additions and 2 deletions
|
@ -1408,10 +1408,10 @@ (define-public cairomm
|
|||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xsltproc" ,libxslt)))
|
||||
(inputs
|
||||
`(("fontconfig" ,fontconfig)))
|
||||
(propagated-inputs
|
||||
`(("libsigc++" ,libsigc++)
|
||||
("freetype" ,freetype)
|
||||
("fontconfig" ,fontconfig)
|
||||
("cairo" ,cairo)))
|
||||
(home-page "https://cairographics.org/")
|
||||
(synopsis "C++ bindings to the Cairo 2D graphics library")
|
||||
|
|
Loading…
Reference in a new issue