From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51664) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJvyB-00023L-3p for guix-patches@gnu.org; Thu, 02 Apr 2020 05:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJvyA-0002tF-1q for guix-patches@gnu.org; Thu, 02 Apr 2020 05:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJvy9-0002t6-Ts for guix-patches@gnu.org; Thu, 02 Apr 2020 05:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJvy9-0002zX-Pp for guix-patches@gnu.org; Thu, 02 Apr 2020 05:17:01 -0400 Subject: [bug#40383] [PATCH 0/5] Make some inputs native. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51477) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJvxm-0001mI-9H for guix-patches@gnu.org; Thu, 02 Apr 2020 05:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJvxl-00011T-92 for guix-patches@gnu.org; Thu, 02 Apr 2020 05:16:38 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:33733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJvxl-0000xt-2E for guix-patches@gnu.org; Thu, 02 Apr 2020 05:16:37 -0400 Received: by mail-wm1-x344.google.com with SMTP id z14so6418565wmf.0 for ; Thu, 02 Apr 2020 02:16:37 -0700 (PDT) References: From: Mathieu Othacehe In-reply-to: Date: Thu, 02 Apr 2020 11:16:34 +0200 Message-ID: <877dyycknh.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: mbakke@fastmail.com Hello Vincent, > I hope I did not miss any review comment. > > I dropped the cgit patch, reworded the commit > messages, added perl to the native-inputs of > darktable, guix linted all (graphviz still has some > lint problems, looks like they moved to gitlab, I'll > let that for another day) Thanks for the updated serie. Some of these patches trigger a lot of rebuilds. If you read this page[1], point 8, you will see that there's a limit of 300 dependencies for pushing to master. Graphviz has 1370 dependencies, which makes it a candidate for core-updates branch that has been frozen recently. Maybe we can start a 'core-updates-next' branch. Marius, WDYT? Mailutils has 125 dependencies, which is under the 300 limit so I'll push it on master. The other patches are fine :) Thanks, Mathieu [1]: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html,