summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-06 11:12:29 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-06 12:54:47 +0100
commitc67ee58c72e52261b54ed0dc2d4fd1d07be1e11d (patch)
tree82dd10945c7ae4a77a6c4771a5d108eb44094671 /gnu/packages/gtk.scm
parentb8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd (diff)
downloadguix-patches-c67ee58c72e52261b54ed0dc2d4fd1d07be1e11d.tar
guix-patches-c67ee58c72e52261b54ed0dc2d4fd1d07be1e11d.tar.gz
gnu: pangox-compat: Build with pango@1.42.
* gnu/packages/gtk.scm (pangox-compat)[inputs]: Change from PANGO to PANGO-1.42.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 405ebe3c26..b01f4c704c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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)))