guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/20: gnu: libabw: Don't use NAME in source URI.


From: guix-commits
Subject: 10/20: gnu: libabw: Don't use NAME in source URI.
Date: Wed, 21 Aug 2019 18:48:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 240d9ef9a038f0a042db4eaa8577ede36eb44da8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 21 21:55:08 2019 +0200

    gnu: libabw: Don't use NAME in source URI.
    
    * gnu/packages/libreoffice.scm (libabw)[source]: Hard-code NAME.
---
 gnu/packages/libreoffice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 026ce92..239cabd 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]