From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: [PATCH 4/4] gnu: gnome-tweak-tool: Add missing inputs Date: Fri, 30 Dec 2016 19:36:35 +0000 Message-ID: <20161230193635.13537-4-mail@cbaines.net> References: <871swqfw5q.fsf@gnu.org> <20161230193635.13537-1-mail@cbaines.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN2yn-0001Hw-UQ for guix-devel@gnu.org; Fri, 30 Dec 2016 14:36:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cN2yj-0003VT-8x for guix-devel@gnu.org; Fri, 30 Dec 2016 14:36:41 -0500 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:55791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN2yj-0003VC-0v for guix-devel@gnu.org; Fri, 30 Dec 2016 14:36:37 -0500 Received: from localhost (190.85.159.143.dyn.plus.net [143.159.85.190]) by mira.cbaines.net (Postfix) with ESMTPSA id 659CF13E10A for ; Fri, 30 Dec 2016 19:36:36 +0000 (GMT) Received: from Unknown-08-d4-0c-03-9f-a8.lan (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 153ff96a for ; Fri, 30 Dec 2016 19:36:36 +0000 (UTC) In-Reply-To: <20161230193635.13537-1-mail@cbaines.net> 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/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop and libsoup. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a76ec2f4e..3bed2768d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5311,6 +5311,8 @@ existing databases over the internet.") (inputs `(("python" ,python-2) ("python2-pygobject" ,python2-pygobject) + ("gnome-desktop" ,gnome-desktop) + ("libsoup" ,libsoup) ("libnotify" ,libnotify) ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) -- 2.11.0