mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libodfgen: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libodfgen)[source]: Hard-code NAME.
This commit is contained in:
parent
9a4f6ceb10
commit
9148ed7cd2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue