me
/
guix
Archived
1
0
Fork 0

gnu: pangox-compat: Build with pango@1.42.

* gnu/packages/gtk.scm (pangox-compat)[inputs]: Change from PANGO to PANGO-1.42.
master
Marius Bakke 2020-03-06 11:12:29 +01:00
parent b8e08aa2e4
commit c67ee58c72
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ used throughout the world.")
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)
("pango" ,pango)))
("pango" ,pango-1.42)))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))