diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-06 11:12:29 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-06 12:54:47 +0100 |
commit | c67ee58c72e52261b54ed0dc2d4fd1d07be1e11d (patch) | |
tree | 82dd10945c7ae4a77a6c4771a5d108eb44094671 | |
parent | b8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd (diff) | |
download | patches-c67ee58c72e52261b54ed0dc2d4fd1d07be1e11d.tar 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.
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
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))) |