diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-16 19:08:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-16 23:32:44 +0100 |
commit | b0aefabefc82eb27905b00402adc239aea8f59c6 (patch) | |
tree | 3a90c1e8c1dd30389fd0065ca1fdc7a94d1be0b1 /gnu/packages/libreoffice.scm | |
parent | 20fbb897da6c10d7b7ff7eaad755e50ec17d4a10 (diff) | |
download | guix-b0aefabefc82eb27905b00402adc239aea8f59c6.tar guix-b0aefabefc82eb27905b00402adc239aea8f59c6.tar.gz |
gnu: libwpd: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpd)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-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 43153814d7..588b2f15c7 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -176,8 +176,8 @@ spreadsheets and presentations.") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/" name "/" name "/" - name "-" version "/" name "-" version ".tar.xz")) + (uri (string-append "mirror://sourceforge/libwpd/libwpd/" + "libwpd-" version "/libwpd-" version ".tar.xz")) (sha256 (base32 "0436gnidx45a9vx114hhh216jrh57mqb9zyssyjfadagmyz6hgrj")))) (build-system gnu-build-system) |