diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 18:49:10 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:37 +0100 |
commit | 8c81210ed0422522627f87f43f404e38c8bea8cf (patch) | |
tree | dd3d1ffc3824d1af0de2cfea457c878b90d8d54b /gnu/packages | |
parent | 5fcc5b38ed309ded75e52f54dc14b371f3a6bc96 (diff) | |
download | patches-8c81210ed0422522627f87f43f404e38c8bea8cf.tar patches-8c81210ed0422522627f87f43f404e38c8bea8cf.tar.gz |
gnu: python2-pygtk: Build with pango@1.42.
* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add PANGO-1.42.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 02f00f4a92..bc396a28f5 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 |