guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: libpagemaker: Don't use NAME in source URI.


From: guix-commits
Subject: 05/11: gnu: libpagemaker: 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 cb4c99ceb91124a88a40f4cb46a04e6b64ac9b2c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 23 14:11:24 2019 +0200

    gnu: libpagemaker: Don't use NAME in source URI.
    
    * gnu/packages/libreoffice.scm (libpagemaker)[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 d348a7a..dd289af 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -554,8 +554,8 @@ Java.")
     (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/libpagemaker/";
+                          "libpagemaker-" version ".tar.xz"))
       (sha256 (base32
                "17ai8ajffr0ixxmmcv3k5vgjlcsix38ldb4fw2arild70pbsrbb6"))))
     (build-system gnu-build-system)



reply via email to

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