summary refs log tree commit diff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 05:54:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 17:12:51 +0100
commita277655f2a3403b8b5ce6069674672913ad5f4d3 (patch)
treebdcd60fe3e12a63925cb76eb4566518fd094fd59 /gnu/packages/libreoffice.scm
parent70e9d7ebf76d1f2099304c65fc5c99f86f566cdf (diff)
downloadguix-a277655f2a3403b8b5ce6069674672913ad5f4d3.tar.gz
gnu: liblangtag: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (liblangtag)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 539ada46e5..c24d4c5eb1 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -433,7 +433,7 @@ Apple Keynote documents.  It currently supports Keynote versions 2 to 5.")
       (origin
         (method url-fetch)
         (uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
-                            name "-" version ".tar.bz2"))
+                            "liblangtag-" version ".tar.bz2"))
         (sha256
          (base32
           "0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))