me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -611,8 +611,8 @@ Microsoft Visio documents of all versions.")
(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)