diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-06 11:11:58 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-06 12:54:47 +0100 |
commit | b8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd (patch) | |
tree | bb20051f14205806a3eef1c5134e0fb6e138b123 /gnu | |
parent | a6bf7a9745f39afca7412f6627d24dc42ebf8075 (diff) |
gnu: pango@1.42: Do not inherit replacements from pango@1.44.
* gnu/packages/gtk.scm (pango-1.42): Do not use PACKAGE/INHERIT.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 243e9e5319..405ebe3c26 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -273,8 +273,8 @@ used throughout the world.") (home-page "https://developer.gnome.org/pango/"))) (define-public pango-1.42 - (package/inherit - pango + (package + (inherit pango) (version "1.42.4") (source (origin (method url-fetch) |