mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: libmwaw: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libmwaw)[source]: Hard-code NAME.
This commit is contained in:
parent
9148ed7cd2
commit
7b7abb07c2
1 changed files with 2 additions and 2 deletions
|
@ -642,8 +642,8 @@ (define-public libmwaw
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue