summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 19:21:59 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 21:56:57 +0100
commit42d42b2ca7111e5f5bac37b8ca4c79cd542264b2 (patch)
treee7286af97bc1ed49014072b96e3b21ed36c48e64 /gnu/packages/libreoffice.scm
parent15e62623cc6cd0cff719e1a77f4dbf91d12379a0 (diff)
downloadguix-patches-42d42b2ca7111e5f5bac37b8ca4c79cd542264b2.tar
guix-patches-42d42b2ca7111e5f5bac37b8ca4c79cd542264b2.tar.gz
gnu: orcus: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (orcus)[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 067ee2eed1..d0440f9419 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -118,8 +118,8 @@ their dependencies automatically upon calculation.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://kohei.us/files/" name "/src/lib"
- name "-" version ".tar.xz"))
+ (uri (string-append "http://kohei.us/files/orcus/src/lib"
+ "orcus-" version ".tar.xz"))
(sha256
(base32
"14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))