From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d87Sg-0002ix-Qa for guix-patches@gnu.org; Tue, 09 May 2017 11:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d87Sc-0005hC-1z for guix-patches@gnu.org; Tue, 09 May 2017 11:54:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59908) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d87Sb-0005h6-Ud for guix-patches@gnu.org; Tue, 09 May 2017 11:54:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d87Sb-00075U-P8 for guix-patches@gnu.org; Tue, 09 May 2017 11:54:01 -0400 Subject: bug#26841: [PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Tue, 9 May 2017 17:53:43 +0200 From: Danny Milosavljevic Message-ID: <20170509175343.4d7a0a09@scratchpost.org> In-Reply-To: <20170508195549.23372-1-slyfox@inbox.ru> References: <20170508195549.23372-1-slyfox@inbox.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Sergei Trofimovich Cc: 26841-done@debbugs.gnu.org Hi Sergei, I applied all 3 with very minor corrections (typo) to core-updates and master. Thanks!