From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 05/68] gnu: phonon: Fix indentation. Date: Sat, 29 Oct 2016 20:04:16 +0200 Message-ID: <20161029180519.6061-5-david@craven.ch> References: <20161029180519.6061-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Y0g-0001Jk-T2 for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Y0d-0003LQ-LV for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:38 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:42182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c0Y0d-0003Kc-HS for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:35 -0400 In-Reply-To: <20161029180519.6061-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/kde-frameworks.scm (phonon): Fix indentation. --- gnu/packages/kde-frameworks.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index da0de95..ae3161a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -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))) -- 2.9.0