1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 16:10:39 +02:00

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

* gnu/packages/kde-frameworks.scm (ktexteditor)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice
2019-02-24 19:55:36 +01:00
parent f79f49422e
commit cfb3bc053b

View File

@@ -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"))))