gnu: python2-pygtk: Build with pango@1.42.
* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add PANGO-1.42.
This commit is contained in:
parent
5fcc5b38ed
commit
8c81210ed0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue