~ruther/guix-local

84dee852912790d3dfe44cc46f169ab5d453b0f3 — David Craven 9 years ago bd0fc23
gnu: phonon: Fix indentation.

* gnu/packages/kde-frameworks.scm (phonon): Fix indentation.
1 files changed, 9 insertions(+), 9 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +9 -9
@@ 94,15 94,15 @@ common build settings used in software produced by the KDE community.")
  (package
    (name "phonon")
    (version "4.9.0")
    (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/phonon"
                            "/" version "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
          "1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "mirror://kde/stable/phonon"
                    "/" version "/"
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
    (build-system cmake-build-system)
    (native-inputs
     `(("extra-cmake-modules" ,extra-cmake-modules)))