guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: pango: Propagate fribidi.


From: Ricardo Wurmus
Subject: 04/05: gnu: pango: Propagate fribidi.
Date: Fri, 29 Jun 2018 15:54:13 -0400 (EDT)

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

commit 698ec949079ae9930ff10c869ca1a90264c05210
Author: Ricardo Wurmus <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2015 Andy Wingo <address@hidden>
 ;;; Copyright © 2015 David Hashe <address@hidden>
-;;; Coypright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
+;;; Coypright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Fabian Harfert <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
@@ -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

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