guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: pango: Explicitly propagate some inputs.


From: Marius Bakke
Subject: 04/04: gnu: pango: Explicitly propagate some inputs.
Date: Wed, 14 Mar 2018 19:07:23 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 60a32a2d60e5ccb5a72a61212c045439929b4dc8
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 14 23:55:58 2018 +0100

    gnu: pango: Explicitly propagate some inputs.
    
    These are already propagated from Cairo, but include them for clarity.
    
    * gnu/packages/gtk.scm (pango)[propagated-inputs]: Add FONTCONFIG, FREETYPE
    and GLIB.
---
 gnu/packages/gtk.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fb53eda..c4fae5d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -226,7 +226,11 @@ affine transformation (scale, rotation, shear, etc.).")
               "0illn78nfwpa8y5knh9ir74wa1skc2hi8f3ny19zgpyf7n5dh94r"))))
    (build-system gnu-build-system)
    (propagated-inputs
+    ;; These are all in Requires or Requires.private of the '.pc' files.
     `(("cairo" ,cairo)
+      ("fontconfig" ,fontconfig)
+      ("freetype" ,freetype)
+      ("glib" ,glib)
       ("harfbuzz" ,harfbuzz)))
    (inputs
     `(("fribidi" ,fribidi)



reply via email to

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