me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/libreoffice.scm (librevenge)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-02-17 19:22:36 +01:00
parent 42d42b2ca7
commit 72d9a14435
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ CSV, CSS and XML.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-"
version "/" name "-" version ".tar.xz"))
(uri (string-append "mirror://sourceforge/libwpd/librevenge/librevenge-"
version "/librevenge-" version ".tar.xz"))
(sha256 (base32
"1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
(build-system gnu-build-system)