guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: ktexteditor: Don't use NAME in source URI.


From: guix-commits
Subject: 04/14: gnu: ktexteditor: Don't use NAME in source URI.
Date: Sun, 24 Feb 2019 15:29:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cfb3bc053bbccd3070e54c97060f16fee79261c7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 19:55:36 2019 +0100

    gnu: ktexteditor: Don't use NAME in source URI.
    
    * gnu/packages/kde-frameworks.scm (ktexteditor)[source]: Hard-code NAME.
---
 gnu/packages/kde-frameworks.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 06cb082..2ae5fea 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3014,7 +3014,7 @@ types or handled by application specific code.")
               (uri (string-append
                     "mirror://kde/stable/frameworks/"
                     (version-major+minor version) "/"
-                    name "-" version ".tar.xz"))
+                    "ktexteditor-" version ".tar.xz"))
               (sha256
                (base32
                 "0b5zqhm5aw7jj7dj600xa674ik11gwyzamhyz5962xhvsg5pyjwx"))))



reply via email to

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