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>
This commit is contained in:
parent
a9f4fbd31a
commit
512fa6c7e5
@ -434,8 +434,8 @@ handling for GTK+-2.x.")
|
|||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/pango/"
|
(uri (string-append "mirror://gnome/sources/pango/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version)
|
||||||
name "-" version ".tar.xz"))
|
"/pango-" version ".tar.xz"))
|
||||||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
(patches (search-patches "pango-skip-libthai-test.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user