diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-16 19:01:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-16 23:32:43 +0100 |
commit | fbed28004d598c6433cab5882a7cc9aea602ba46 (patch) | |
tree | ffc29021c584f4d30e5e6137b4bb31ecc5d11e9d /gnu | |
parent | 4290b2655eae0b2ebaa878f0fb65d57458d2b801 (diff) | |
download | guix-fbed28004d598c6433cab5882a7cc9aea602ba46.tar guix-fbed28004d598c6433cab5882a7cc9aea602ba46.tar.gz |
gnu: libwpg: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpg)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-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 77a80a8d06..1b9c49feb3 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -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) |