guix-commits
[Top][All Lists]
Advanced

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

72/181: gnu: pango-next: Rename from "pango "to "pango-next".


From: guix-commits
Subject: 72/181: gnu: pango-next: Rename from "pango "to "pango-next".
Date: Tue, 13 Sep 2022 02:25:47 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit c20660827e0d6b854c6500e685889f7c3beba40b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 5 17:34:39 2022 -0400

    gnu: pango-next: Rename from "pango "to "pango-next".
    
    * gnu/packages/gtk.scm (pango-next)[name]: Rename from pango to pango-next.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 697bf3c018..16049a8052 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -429,7 +429,7 @@ handling for GTK+-2.x.")
 (define-public pango-next
   (package
     (inherit pango)
-    (name "pango")
+    (name "pango-next")                 ;to avoid profile conflicts
     (version "1.50.4")
     (source (origin
               (method url-fetch)



reply via email to

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