gnu: libwpd: Don't use NAME in source URI.

* gnu/packages/libreoffice.scm (libwpd)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-16 19:08:44 +01:00
parent 20fbb897da
commit b0aefabefc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -176,8 +176,8 @@ (define-public libwpd
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
name "-" version "/" name "-" version ".tar.xz"))
(uri (string-append "mirror://sourceforge/libwpd/libwpd/"
"libwpd-" version "/libwpd-" version ".tar.xz"))
(sha256 (base32
"0436gnidx45a9vx114hhh216jrh57mqb9zyssyjfadagmyz6hgrj"))))
(build-system gnu-build-system)