guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: libvisio: Don't use NAME in source URI.


From: guix-commits
Subject: 06/11: gnu: libvisio: Don't use NAME in source URI.
Date: Tue, 23 Apr 2019 12:15:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9a4f6ceb10ae39d611f3fae1cb10c45daab57cc3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 23 14:11:31 2019 +0200

    gnu: libvisio: Don't use NAME in source URI.
    
    * gnu/packages/libreoffice.scm (libvisio)[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 dd289af..df40570 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -581,8 +581,8 @@ created by PageMaker version 6.x and 7.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "http://dev-www.libreoffice.org/src/"; name "/"
-                          name "-" version ".tar.xz"))
+      (uri (string-append "http://dev-www.libreoffice.org/src/libvisio/";
+                          "libvisio-" version ".tar.xz"))
       (sha256 (base32
                "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y"))))
     (build-system gnu-build-system)



reply via email to

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