3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Marius Bakke 2021-05-15 15:41:29 +02:00
parent 582537d930
commit 10755ceb44
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1408,10 +1408,10 @@ guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
("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")