guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: libodfgen: Don't use NAME in source URI.


From: guix-commits
Subject: 07/11: gnu: libodfgen: 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 9148ed7cd2912a361d9296bebe1334f908432986
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 23 14:11:37 2019 +0200

    gnu: libodfgen: Don't use NAME in source URI.
    
    * gnu/packages/libreoffice.scm (libodfgen)[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 df40570..946f630 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -611,8 +611,8 @@ Microsoft Visio documents of all versions.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "mirror://sourceforge/libwpd/" name "/"
-                          name "-" version "/" name "-" version ".tar.xz"))
+      (uri (string-append "mirror://sourceforge/libwpd/libodfgen/"
+                          "libodfgen-" version "/libodfgen-" version 
".tar.xz"))
       (sha256 (base32
                "0cdq48wlpp8m0qmndybv64r0m4vh0qsqx69cn6ms533cjlgljgij"))))
     (build-system gnu-build-system)



reply via email to

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