Archived
1
0
Fork 0

gnu: phonon: Fix indentation.

* gnu/packages/kde-frameworks.scm (phonon): Fix indentation.
This commit is contained in:
David Craven 2016-10-29 18:47:46 +02:00
parent bd0fc238f8
commit 84dee85291
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -94,15 +94,15 @@ 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
(uri (string-append "mirror://kde/stable/phonon" "mirror://kde/stable/phonon"
"/" version "/" "/" version "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v")))) "1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))