diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-23 14:11:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-23 18:13:05 +0200 |
commit | 7b7abb07c2913d9c9a4accb7b6437afa3b30236e (patch) | |
tree | 52d4157f219fa3f631aef40a87852327689b265b /gnu/packages/libreoffice.scm | |
parent | 9148ed7cd2912a361d9296bebe1334f908432986 (diff) | |
download | patches-7b7abb07c2913d9c9a4accb7b6437afa3b30236e.tar patches-7b7abb07c2913d9c9a4accb7b6437afa3b30236e.tar.gz |
gnu: libmwaw: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libmwaw)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 946f630f04..9f5bedd913 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) |