From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55596) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJmfQ-0007TJ-DH for guix-patches@gnu.org; Wed, 01 Apr 2020 19:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJmfP-0005H5-Gs for guix-patches@gnu.org; Wed, 01 Apr 2020 19:21:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55543) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJmfP-0005Gl-Bs for guix-patches@gnu.org; Wed, 01 Apr 2020 19:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJmfP-0003bW-5p for guix-patches@gnu.org; Wed, 01 Apr 2020 19:21:03 -0400 Subject: [bug#40383] [PATCH 0/5] Make some inputs native. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:54844) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJmfC-0007So-Fe for guix-patches@gnu.org; Wed, 01 Apr 2020 19:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJmfA-0004cu-JD for guix-patches@gnu.org; Wed, 01 Apr 2020 19:20:50 -0400 Received: from mail-io1-xd2a.google.com ([2607:f8b0:4864:20::d2a]:36444) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJmfA-0004an-E7 for guix-patches@gnu.org; Wed, 01 Apr 2020 19:20:48 -0400 Received: by mail-io1-xd2a.google.com with SMTP id n10so1647930iom.3 for ; Wed, 01 Apr 2020 16:20:48 -0700 (PDT) MIME-Version: 1.0 From: Vincent Legoll Date: Thu, 2 Apr 2020 01:20:35 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 This is the reworked patchset sent yesterday to guix-devel. 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) -- Vincent Legoll