guix-commits
[Top][All Lists]
Advanced

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

51/51: gnu: python2-pygtk: Build with pango@1.42.


From: guix-commits
Subject: 51/51: gnu: python2-pygtk: Build with pango@1.42.
Date: Fri, 24 Jan 2020 14:48:26 -0500 (EST)

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

commit 8c81210ed0422522627f87f43f404e38c8bea8cf
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 24 18:49:10 2020 +0100

    gnu: python2-pygtk: Build with pango@1.42.
    
    * gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add PANGO-1.42.
---
 gnu/packages/gtk.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 02f00f4..bc396a2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1338,6 +1338,11 @@ printing and other features typical of a source code 
editor.")
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("python" ,python-2)
+
+       ;; XXX: The package fails to build with the latest Pango (propagated
+       ;; from GTK+2), so we provide it with this older version.
+       ("pango" ,pango-1.42)
+
        ("libglade" ,libglade)
        ("glib"   ,glib)))
     (propagated-inputs



reply via email to

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