From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: [PATCH 3/4] gnu: gnome-tweak-tool: Make propagated-inputs just inputs Date: Fri, 30 Dec 2016 19:36:34 +0000 Message-ID: <20161230193635.13537-3-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]:58594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN2yn-0001Hv-UN 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 1cN2yk-0003W0-8b for guix-devel@gnu.org; Fri, 30 Dec 2016 14:36:41 -0500 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:55792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN2yk-0003Vj-2e for guix-devel@gnu.org; Fri, 30 Dec 2016 14:36:38 -0500 Received: from localhost (190.85.159.143.dyn.plus.net [143.159.85.190]) by mira.cbaines.net (Postfix) with ESMTPSA id 586E813E357 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 fc1a4176 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): Just use inputs, as these are now referenced by the package. --- gnu/packages/gnome.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 12a30d12d..a76ec2f4e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5310,9 +5310,8 @@ existing databases over the internet.") ("pkg-config" ,pkg-config))) (inputs `(("python" ,python-2) - ("python2-pygobject" ,python2-pygobject))) - (propagated-inputs - `(("libnotify" ,libnotify) + ("python2-pygobject" ,python2-pygobject) + ("libnotify" ,libnotify) ("gobject-introspection" ,gobject-introspection) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk+" ,gtk+))) -- 2.11.0