guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: libwpd: Don't use NAME in source URI.


From: guix-commits
Subject: 12/14: gnu: libwpd: Don't use NAME in source URI.
Date: Sat, 16 Mar 2019 18:35:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b0aefabefc82eb27905b00402adc239aea8f59c6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 16 19:08:44 2019 +0100

    gnu: libwpd: Don't use NAME in source URI.
    
    * gnu/packages/libreoffice.scm (libwpd)[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 4315381..588b2f1 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)



reply via email to

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