mbakke pushed a commit to branch core-updates
in repository guix.

commit b8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Mar 6 11:11:58 2020 +0100

    gnu: [email protected]: Do not inherit replacements from [email protected].
    
    * gnu/packages/gtk.scm (pango-1.42): Do not use PACKAGE/INHERIT.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 243e9e5..405ebe3 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)

Reply via email to