From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 1/2] gnu: dnsmasq: Enable dbus support Date: Thu, 19 Jan 2017 20:06:13 +0800 Message-ID: <87vatbb6fe.fsf@member.fsf.org> References: <20170119065539.988-1-mail@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUBWR-0000nn-8i for guix-devel@gnu.org; Thu, 19 Jan 2017 07:08:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUBWN-0001mP-AD for guix-devel@gnu.org; Thu, 19 Jan 2017 07:08:55 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:58710) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cUBWN-0001m3-3y for guix-devel@gnu.org; Thu, 19 Jan 2017 07:08:51 -0500 In-Reply-To: <20170119065539.988-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 19 Jan 2017 06:55:38 +0000") 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: Christopher Baines Cc: guix-devel@gnu.org Christopher Baines writes: > * gnu/pacakges/dns.scm (dnsmasq): Enable dbus support to allow for > NetworkManager to use dnsmasq. > [native-inputs]: Add pkg-config. > [inputs]: Add dbus. > [arguments]: Add COPTS="-DHAVE_DBUS" to make-flags. > --- > gnu/packages/dns.scm | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Applied, thanks!