From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add docopt. Date: Fri, 4 Dec 2015 10:51:13 +0100 Message-ID: References: <1449123849-13644-1-git-send-email-kyle@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4n1S-0005Hs-Fk for guix-devel@gnu.org; Fri, 04 Dec 2015 04:51:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4n1N-0003BF-GX for guix-devel@gnu.org; Fri, 04 Dec 2015 04:51:26 -0500 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:53773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4n1N-0003Av-7b for guix-devel@gnu.org; Fri, 04 Dec 2015 04:51:21 -0500 In-Reply-To: <1449123849-13644-1-git-send-email-kyle@kyleam.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Kyle Meyer Cc: guix-devel > + (inputs > + `(("python-setuptools" ,python-setuptools))) This probably should be =E2=80=9Cnative-inputs=E2=80=9D. Other than that and Leo=E2=80=99s comment on disabling tests this looks g= ood to me. Thank you! ~~ Ricardo