From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 04/68] gnu: kpmcore: Fix indentation. Date: Sat, 29 Oct 2016 20:04:15 +0200 Message-ID: <20161029180519.6061-4-david@craven.ch> References: <20161029180519.6061-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Y0g-0001Jj-T0 for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Y0c-0003LC-DV 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 1c0Y0c-0003Kc-9J for guix-devel@gnu.org; Sat, 29 Oct 2016 14:05:34 -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 (kpmcore): 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 f5a8b63..da0de95 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -147,15 +147,15 @@ common build settings used in software produced by the KDE community.") (package (name "kpmcore") (version "2.2.1") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/kpmcore" - "/" version "/src/" - name "-" version ".tar.xz")) - (sha256 - (base32 - "1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p")))) + (source (origin + (method url-fetch) + (uri (string-append + "mirror://kde/stable/kpmcore" + "/" version "/src/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) -- 2.9.0