guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: pango@1.42: Do not inherit replacements from pango@1.44.


From: guix-commits
Subject: 01/03: gnu: pango@1.42: Do not inherit replacements from pango@1.44.
Date: Fri, 6 Mar 2020 06:55:11 -0500 (EST)

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

commit b8e08aa2e4e1b3ecc4c41439c0b8ec41ba2566dd
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 6 11:11:58 2020 +0100

    gnu: pango@1.42: Do not inherit replacements from pango@1.44.
    
    * 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

[Prev in Thread] Current Thread [Next in Thread]