From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41795) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFfuB-0002Vd-Gm for guix-patches@gnu.org; Wed, 02 Oct 2019 10:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFfuA-00058M-MD for guix-patches@gnu.org; Wed, 02 Oct 2019 10:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57523) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFfuA-000582-Ft for guix-patches@gnu.org; Wed, 02 Oct 2019 10:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFfuA-000802-C5 for guix-patches@gnu.org; Wed, 02 Oct 2019 10:47:02 -0400 Subject: [bug#37379] [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path. Resent-Message-ID: From: Maxim Cournoyer References: <87k1afqaha.fsf@gmail.com> <20191002014144.02833a98@scratchpost.org> Date: Wed, 02 Oct 2019 23:46:07 +0900 In-Reply-To: <20191002014144.02833a98@scratchpost.org> (Danny Milosavljevic's message of "Wed, 2 Oct 2019 01:41:44 +0200") Message-ID: <87lfu39pe8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: 37379@debbugs.gnu.org Hello Danny! Danny Milosavljevic writes: > LGTM! Thank you for the review. I'll delay merging this into core-updates until it has been merged to master (which should be imminent). Maxim