1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 19:21:24 +02:00

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

* gnu/packages/gtk.scm (pangox-compat)[inputs]: Change from PANGO to PANGO-1.42.
This commit is contained in:
Marius Bakke
2020-03-06 11:12:29 +01:00
parent b8e08aa2e4
commit c67ee58c72

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