mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: libwpd: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpd)[source]: Hard-code NAME.
This commit is contained in:
parent
20fbb897da
commit
b0aefabefc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue