summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 19:22:36 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 21:56:57 +0100
commit72d9a144357912973b4d49f588a87b74e00d465a (patch)
treed3763999681c8b8c3585ca92b6dbac79b3cc09b0 /gnu/packages/libreoffice.scm
parent42d42b2ca7111e5f5bac37b8ca4c79cd542264b2 (diff)
downloadguix-patches-72d9a144357912973b4d49f588a87b74e00d465a.tar
guix-patches-72d9a144357912973b4d49f588a87b74e00d465a.tar.gz
gnu: librevenge: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (librevenge)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index d0440f9419..04477e2082 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -148,8 +148,8 @@ CSV, CSS and XML.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-"
- version "/" name "-" version ".tar.xz"))
+ (uri (string-append "mirror://sourceforge/libwpd/librevenge/librevenge-"
+ version "/librevenge-" version ".tar.xz"))
(sha256 (base32
"1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
(build-system gnu-build-system)