From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RZ1-0004WK-7r for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RZ0-00049S-Az for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43686) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0RZ0-00049K-7B for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0RZ0-00077I-0t for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:10 -0400 Subject: [bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again. Resent-Message-ID: From: Hartmut Goebel Date: Fri, 6 Oct 2017 14:16:26 +0200 Message-Id: <20171006121636.30904-14-h.goebel@crazy-compilers.com> In-Reply-To: <20171006121636.30904-1-h.goebel@crazy-compilers.com> References: <20171006121636.30904-1-h.goebel@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28720@debbugs.gnu.org * gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add shared-mime-info. --- gnu/packages/kde-frameworks.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2a238b091..633c6630e 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2585,7 +2585,9 @@ notifications which can be embedded in your application.") ("ktextwidgets" ,ktextwidgets) ("kxmlgui" ,kxmlgui))) (native-inputs - `(("extra-cmake-modules" ,extra-cmake-modules))) + `(("extra-cmake-modules" ,extra-cmake-modules) + ("shared-mime-info" ,shared-mime-info) + )) (inputs `(("kauth" ,kauth) ("kbookmarks" ,kbookmarks) -- 2.13.5