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

* gnu/packages/libreoffice.scm (libwpg)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-16 19:01:23 +01:00
parent 4290b2655e
commit fbed28004d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ way--presentation and vector drawing interfaces.")
(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)