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

* gnu/packages/libreoffice.scm (libabw)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-21 21:55:08 +02:00
parent 4bad41e015
commit 240d9ef9a0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -335,8 +335,8 @@ (define-public libabw
(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)