summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-06 11:11:58 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-06 12:54:47 +0100
commitb8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd (patch)
treebb20051f14205806a3eef1c5134e0fb6e138b123 /gnu/packages/gtk.scm
parenta6bf7a9745f39afca7412f6627d24dc42ebf8075 (diff)
downloadpatches-b8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd.tar
patches-b8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd.tar.gz
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/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
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)