gnu: kpmcore: Fix indentation.
* gnu/packages/kde-frameworks.scm (kpmcore): Fix indentation.
This commit is contained in:
parent
443a60aaae
commit
bd0fc238f8
|
@ -147,10 +147,10 @@ common build settings used in software produced by the KDE community.")
|
||||||
(package
|
(package
|
||||||
(name "kpmcore")
|
(name "kpmcore")
|
||||||
(version "2.2.1")
|
(version "2.2.1")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/kpmcore"
|
(uri (string-append
|
||||||
|
"mirror://kde/stable/kpmcore"
|
||||||
"/" version "/src/"
|
"/" version "/src/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in New Issue