diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 21:55:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:07:20 +0200 |
commit | 240d9ef9a038f0a042db4eaa8577ede36eb44da8 (patch) | |
tree | 522da00323dfaf10430b393d72725ed27fe52d66 /gnu/packages/libreoffice.scm | |
parent | 4bad41e015afd2d088989464eca8caf8f23dba69 (diff) | |
download | guix-240d9ef9a038f0a042db4eaa8577ede36eb44da8.tar guix-240d9ef9a038f0a042db4eaa8577ede36eb44da8.tar.gz |
gnu: libabw: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libabw)[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 026ce92aab..239cabdd2e 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -335,8 +335,8 @@ as Alfresco or Nuxeo.") (source (origin (method url-fetch) - (uri (string-append "https://dev-www.libreoffice.org/src/" name "/" - name "-" version ".tar.xz")) + (uri (string-append "https://dev-www.libreoffice.org/src/libabw/" + "libabw-" version ".tar.xz")) (sha256 (base32 "11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb")))) (build-system gnu-build-system) |