summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-16 19:01:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-16 23:32:43 +0100
commitfbed28004d598c6433cab5882a7cc9aea602ba46 (patch)
treeffc29021c584f4d30e5e6137b4bb31ecc5d11e9d /gnu/packages/libreoffice.scm
parent4290b2655eae0b2ebaa878f0fb65d57458d2b801 (diff)
downloadguix-patches-fbed28004d598c6433cab5882a7cc9aea602ba46.tar
guix-patches-fbed28004d598c6433cab5882a7cc9aea602ba46.tar.gz
gnu: libwpg: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpg)[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 77a80a8d06..1b9c49feb3 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -267,8 +267,8 @@ way--presentation and vector drawing interfaces.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/" name "/" name "/"
- name "-" version "/" name "-" version ".tar.xz"))
+ (uri (string-append "mirror://sourceforge/libwpg/libwpg/"
+ "libwpg-" version "/libwpg-" version ".tar.xz"))
(sha256 (base32
"0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp"))))
(build-system gnu-build-system)