summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-21 21:55:08 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-21 22:07:20 +0200
commit240d9ef9a038f0a042db4eaa8577ede36eb44da8 (patch)
tree522da00323dfaf10430b393d72725ed27fe52d66 /gnu/packages/libreoffice.scm
parent4bad41e015afd2d088989464eca8caf8f23dba69 (diff)
downloadguix-patches-240d9ef9a038f0a042db4eaa8577ede36eb44da8.tar
guix-patches-240d9ef9a038f0a042db4eaa8577ede36eb44da8.tar.gz
gnu: libabw: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libabw)[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 026ce92aab..239cabdd2e 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -335,8 +335,8 @@ as Alfresco or Nuxeo.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://dev-www.libreoffice.org/src/" name "/"
- name "-" version ".tar.xz"))
+ (uri (string-append "https://dev-www.libreoffice.org/src/libabw/"
+ "libabw-" version ".tar.xz"))
(sha256 (base32
"11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb"))))
(build-system gnu-build-system)