mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libwpg: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpg)[source]: Hard-code NAME.
This commit is contained in:
parent
4290b2655e
commit
fbed28004d
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ (define-public libwpg
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||
name "-" version "/" name "-" version ".tar.xz"))
|
||||
(uri (string-append "mirror://sourceforge/libwpg/libwpg/"
|
||||
"libwpg-" version "/libwpg-" version ".tar.xz"))
|
||||
(sha256 (base32
|
||||
"0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue