nckx pushed a commit to branch master
in repository guix.
commit 7b7abb07c2913d9c9a4accb7b6437afa3b30236e
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Tue Apr 23 14:11:42 2019 +0200
gnu: libmwaw: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libmwaw)[source]: Hard-code NAME.
---
gnu/packages/libreoffice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 946f630..9f5bedd 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -642,8 +642,8 @@ text documents, vector drawings, presentations and
spreadsheets.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-"
- version "/" name "-" version ".tar.xz"))
+ (uri (string-append "mirror://sourceforge/libmwaw/libmwaw/libmwaw-"
+ version "/libmwaw-" version ".tar.xz"))
(sha256 (base32
"1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04"))))
(build-system gnu-build-system)