diff options
-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) |