From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35180) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK2aZ-0004lo-Al for guix-patches@gnu.org; Thu, 02 Apr 2020 12:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK2aU-0003Wv-BI for guix-patches@gnu.org; Thu, 02 Apr 2020 12:21:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57252) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jK2aU-0003WA-7c for guix-patches@gnu.org; Thu, 02 Apr 2020 12:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jK2aU-0007Up-2m for guix-patches@gnu.org; Thu, 02 Apr 2020 12:21:02 -0400 Subject: [bug#40383] [PATCH 0/5] Make some inputs native. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34930) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK2Zh-0004AX-OT for guix-patches@gnu.org; Thu, 02 Apr 2020 12:20:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK2Zf-0000qm-SU for guix-patches@gnu.org; Thu, 02 Apr 2020 12:20:13 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:52810) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jK2Zf-0000i3-MD for guix-patches@gnu.org; Thu, 02 Apr 2020 12:20:11 -0400 Received: by mail-wm1-x342.google.com with SMTP id t8so4032962wmi.2 for ; Thu, 02 Apr 2020 09:20:11 -0700 (PDT) From: Mathieu Othacehe References: <877dyycknh.fsf@gmail.com> Date: Thu, 02 Apr 2020 18:20:07 +0200 In-Reply-To: <877dyycknh.fsf@gmail.com> (Mathieu Othacehe's message of "Thu, 02 Apr 2020 11:16:34 +0200") Message-ID: <87d08p272g.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: 40383@debbugs.gnu.org Cc: 40383-done@debbugs.gnu.org I pushed the graphviz patch on the staging branch and the other ones on master. Thanks, Mathieu