Archived
1
0
Fork 0

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

* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add PANGO-1.42.
This commit is contained in:
Marius Bakke 2020-01-24 18:49:10 +01:00
parent 5fcc5b38ed
commit 8c81210ed0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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