guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: libwpg: Don't use NAME in source URI.


From: guix-commits
Subject: 10/14: gnu: libwpg: 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 fbed28004d598c6433cab5882a7cc9aea602ba46
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 16 19:01:23 2019 +0100

    gnu: libwpg: Don't use NAME in source URI.
    
    * gnu/packages/libreoffice.scm (libwpg)[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 77a80a8..1b9c49f 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -267,8 +267,8 @@ way--presentation and vector drawing interfaces.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "mirror://sourceforge/" name "/" name "/"
-                          name "-" version "/" name "-" version ".tar.xz"))
+      (uri (string-append "mirror://sourceforge/libwpg/libwpg/"
+                          "libwpg-" version "/libwpg-" version ".tar.xz"))
       (sha256 (base32
                "0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp"))))
     (build-system gnu-build-system)



reply via email to

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