3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/libreoffice.scm (libmwaw)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-23 14:11:42 +02:00
parent 9148ed7cd2
commit 7b7abb07c2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -642,8 +642,8 @@ text documents, vector drawings, presentations and spreadsheets.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" (uri (string-append "mirror://sourceforge/libmwaw/libmwaw/libmwaw-"
version "/" name "-" version ".tar.xz")) version "/libmwaw-" version ".tar.xz"))
(sha256 (base32 (sha256 (base32
"1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04")))) "1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04"))))
(build-system gnu-build-system) (build-system gnu-build-system)