From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Use --with-source when source is #f Date: Tue, 22 Aug 2017 11:23:34 +0200 Message-ID: <874lt09crt.fsf@gnu.org> References: <87bmn9vure.fsf@elephly.net> 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]:56207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk5PQ-0006sa-NK for guix-devel@gnu.org; Tue, 22 Aug 2017 05:23:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk5PN-0004qG-ID for guix-devel@gnu.org; Tue, 22 Aug 2017 05:23:40 -0400 In-Reply-To: <87bmn9vure.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 21 Aug 2017 16:51:49 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hello, Ricardo Wurmus skribis: > Unfortunately, this fails. > > guix package -f guix.scm --with-source=3Dtool-0.0.1.tar.gz > > Likewise, it is not possible to use =E2=80=9Cguix pack=E2=80=9D with =E2= =80=9C--with-source=E2=80=9D: > > guix pack -e '(load "guix.scm")' --with-source=3Dtool-0.0.1.tar.gz = =E2=80=A6 Why/how does it fail? =E2=80=9C--with-source=E2=80=9D looks for package na= me matches, so as long as your package is called =E2=80=9Ctool=E2=80=9D, the above shou= ld work, no? Ludo=E2=80=99.