diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 05:54:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 17:12:51 +0100 |
commit | a277655f2a3403b8b5ce6069674672913ad5f4d3 (patch) | |
tree | bdcd60fe3e12a63925cb76eb4566518fd094fd59 | |
parent | 70e9d7ebf76d1f2099304c65fc5c99f86f566cdf (diff) |
gnu: liblangtag: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (liblangtag)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
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")))) |