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

commit 698ec949079ae9930ff10c869ca1a90264c05210
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Fri Jun 29 17:01:24 2018 +0200

    gnu: pango: Propagate fribidi.
    
    * gnu/packages/gtk.scm (pango)[inputs]: Move fribidi from here...
    [propagated-inputs]: ...to here.
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6e09681..dfe982c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <iyzs...@gmail.com>
 ;;; Copyright © 2015 Andy Wingo <wi...@igalia.com>
 ;;; Copyright © 2015 David Hashe <david.ha...@dhashe.com>
-;;; Coypright © 2015, 2016, 2017 Ricardo Wurmus <rek...@elephly.net>
+;;; Coypright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rek...@elephly.net>
 ;;; Copyright © 2016, 2017 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2016 Fabian Harfert <fhmg...@web.de>
 ;;; Copyright © 2016 Kei Kebreau <kkebr...@posteo.net>
@@ -229,13 +229,13 @@ affine transformation (scale, rotation, shear, etc.).")
    (propagated-inputs
     ;; These are all in Requires or Requires.private of the '.pc' files.
     `(("cairo" ,cairo)
+      ("fribidi" ,fribidi)
       ("fontconfig" ,fontconfig)
       ("freetype" ,freetype)
       ("glib" ,glib)
       ("harfbuzz" ,harfbuzz)))
    (inputs
-    `(("fribidi" ,fribidi)
-      ("zlib" ,zlib)
+    `(("zlib" ,zlib)
 
       ;; Some packages, such as Openbox, expect Pango to be built with the
       ;; optional libxft support.

Reply via email to