From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Building from a local source code checkout Date: Fri, 22 Dec 2017 10:29:46 +0100 Message-ID: <87h8sj9kl1.fsf@gnu.org> References: <87tvwm1vxa.fsf@gnu.org> <87ea6ca7-4dc9-a11b-0ea3-d6f8d3d66b31@uni-bremen.de> <87zi6c5eo9.fsf@gnu.org> <8f370b0f-ed67-4342-1af4-5e817093dd2c@uni-bremen.de> 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]:53259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSJeJ-0007PO-UX for guix-devel@gnu.org; Fri, 22 Dec 2017 04:29:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSJeH-000216-9v for guix-devel@gnu.org; Fri, 22 Dec 2017 04:29:51 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:33848) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSJeH-00020j-3P for guix-devel@gnu.org; Fri, 22 Dec 2017 04:29:49 -0500 In-Reply-To: <8f370b0f-ed67-4342-1af4-5e817093dd2c@uni-bremen.de> (Martin Castillo's message of "Thu, 21 Dec 2017 17:53:30 +0100") 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" To: Martin Castillo Cc: guix-devel@gnu.org Martin Castillo skribis: > Why can't guix use the argument package name argument? > v-- this one > guix build python-activepapers --with-source=3D$HOME/Dev/AP Because there can be several packages passes as arguments to =E2=80=98guix build=E2=80=99. Now it would make sense to DTRT when there=E2=80=99s just one package on the command line. Ludo=E2=80=99.