gnu: kpmcore: Fix indentation.

* gnu/packages/kde-frameworks.scm (kpmcore): Fix indentation.
This commit is contained in:
David Craven 2016-10-29 18:47:07 +02:00
parent 443a60aaae
commit bd0fc238f8
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 9 additions and 9 deletions

View File

@ -147,15 +147,15 @@ common build settings used in software produced by the KDE community.")
(package
(name "kpmcore")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/kpmcore"
"/" version "/src/"
name "-" version ".tar.xz"))
(sha256
(base32
"1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p"))))
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/kpmcore"
"/" version "/src/"
name "-" version ".tar.xz"))
(sha256
(base32
"1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)