gnu: liblangtag: Don't use NAME in source URI.

* gnu/packages/libreoffice.scm (liblangtag)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 05:54:58 +01:00
parent 70e9d7ebf7
commit a277655f2a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -433,7 +433,7 @@ (define-public liblangtag
(origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
name "-" version ".tar.bz2"))
"liblangtag-" version ".tar.bz2"))
(sha256
(base32
"0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))