me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/kde-frameworks.scm (ktexteditor)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-24 19:55:36 +01:00
parent f79f49422e
commit cfb3bc053b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

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