From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGhBz-0001HG-1q for guix-patches@gnu.org; Sun, 28 Oct 2018 05:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGhBv-0007IN-3Q for guix-patches@gnu.org; Sun, 28 Oct 2018 05:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42412) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGhBu-0007IE-UJ for guix-patches@gnu.org; Sun, 28 Oct 2018 05:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGhBu-0000JL-IM for guix-patches@gnu.org; Sun, 28 Oct 2018 05:17:02 -0400 Subject: bug#32809: [PATCH 1/1] import: hackage: Do not repeat inputs in native-inputs. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Arun Isaac In-Reply-To: <87efcb45n7.fsf@elephly.net> References: <20180922171848.8320-1-arunisaac@systemreboot.net> <20180922172757.8445-1-arunisaac@systemreboot.net> <20180923171050.52ffbaf1@scratchpost.org> <87efcb45n7.fsf@elephly.net> Date: Sun, 28 Oct 2018 14:46:00 +0530 Message-ID: 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: Ricardo Wurmus Cc: 32809-done@debbugs.gnu.org > In short: the patch looks good to me. Pushed, thanks!