gnu: ktexteditor: Don't use NAME in source URI.
* gnu/packages/kde-frameworks.scm (ktexteditor)[source]: Hard-code NAME.
This commit is contained in:
parent
f79f49422e
commit
cfb3bc053b
|
@ -3014,7 +3014,7 @@ types or handled by application specific code.")
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://kde/stable/frameworks/"
|
"mirror://kde/stable/frameworks/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"ktexteditor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b5zqhm5aw7jj7dj600xa674ik11gwyzamhyz5962xhvsg5pyjwx"))))
|
"0b5zqhm5aw7jj7dj600xa674ik11gwyzamhyz5962xhvsg5pyjwx"))))
|
||||||
|
|
Loading…
Reference in New Issue