gnu: phonon: Fix indentation.
* gnu/packages/kde-frameworks.scm (phonon): Fix indentation.master
parent
bd0fc238f8
commit
84dee85291
|
@ -94,10 +94,10 @@ common build settings used in software produced by the KDE community.")
|
|||
(package
|
||||
(name "phonon")
|
||||
(version "4.9.0")
|
||||
(source
|
||||
(origin
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/phonon"
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/phonon"
|
||||
"/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
|
|
Reference in New Issue