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

* gnu/packages/libreoffice.scm (libodfgen)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-23 14:11:37 +02:00
parent 9a4f6ceb10
commit 9148ed7cd2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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