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

* gnu/packages/libreoffice.scm (libwpd)[source]: Hard-code NAME.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ spreadsheets and presentations.")
(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)