diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-05 17:34:39 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:34 -0400 |
commit | c20660827e0d6b854c6500e685889f7c3beba40b (patch) | |
tree | 0eaf5d36a59f5ed8ec790650ba79a1677926c0e1 /gnu | |
parent | 04154c650d9a4898928c5e83e0f6a49dbe3781b3 (diff) | |
download | guix-c20660827e0d6b854c6500e685889f7c3beba40b.tar.gz guix-c20660827e0d6b854c6500e685889f7c3beba40b.zip |
gnu: pango-next: Rename from "pango "to "pango-next".
* gnu/packages/gtk.scm (pango-next)[name]: Rename from pango to pango-next.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |