me
/
guix
Archived
1
0
Fork 0

gnu: cairomm: Do not propagate fontconfig.

* gnu/packages/gtk.scm (cairomm)[propagated-inputs]: Move FONTCONFIG ...
[inputs]: ... here.  New field.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1408,10 +1408,10 @@ guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("xsltproc" ,libxslt))) ("xsltproc" ,libxslt)))
(inputs
`(("fontconfig" ,fontconfig)))
(propagated-inputs (propagated-inputs
`(("libsigc++" ,libsigc++) `(("libsigc++" ,libsigc++)
("freetype" ,freetype)
("fontconfig" ,fontconfig)
("cairo" ,cairo))) ("cairo" ,cairo)))
(home-page "https://cairographics.org/") (home-page "https://cairographics.org/")
(synopsis "C++ bindings to the Cairo 2D graphics library") (synopsis "C++ bindings to the Cairo 2D graphics library")