From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 01/31] gnu: network-manager: Propagate GLIB. Date: Mon, 1 Aug 2016 20:13:12 +0200 Message-ID: <20160801181342.16203-2-david@craven.ch> References: <20160801181342.16203-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUHj4-0008Qx-1y for guix-devel@gnu.org; Mon, 01 Aug 2016 14:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUHiz-0000pQ-O2 for guix-devel@gnu.org; Mon, 01 Aug 2016 14:14:04 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:41736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUHiy-0000oY-Hc for guix-devel@gnu.org; Mon, 01 Aug 2016 14:14:01 -0400 In-Reply-To: <20160801181342.16203-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 Cc: David Craven * gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 445e94a..2038f8f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4423,6 +4423,8 @@ users.") "rundir=/tmp" "statedir=/tmp" "install"))))))) + (propagated-inputs + `(("glib" ,glib))) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen ("gobject-introspection" ,gobject-introspection) -- 2.9.0