gnu: phonon: Fix indentation.
* gnu/packages/kde-frameworks.scm (phonon): Fix indentation.
This commit is contained in:
parent
bd0fc238f8
commit
84dee85291
1 changed files with 9 additions and 9 deletions
|
@ -94,10 +94,10 @@ common build settings used in software produced by the KDE community.")
|
||||||
(package
|
(package
|
||||||
(name "phonon")
|
(name "phonon")
|
||||||
(version "4.9.0")
|
(version "4.9.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/phonon"
|
(uri (string-append
|
||||||
|
"mirror://kde/stable/phonon"
|
||||||
"/" version "/"
|
"/" version "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue