gnu: pango-next: Fix source URL.
* gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not "pango-next". Reported-by: Vivien Kraus <vivien@planete-kraus.eu>master
parent
a9f4fbd31a
commit
512fa6c7e5
|
@ -434,8 +434,8 @@ handling for GTK+-2.x.")
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/pango/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(version-major+minor version)
|
||||
"/pango-" version ".tar.xz"))
|
||||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue